Answered step by step
Verified Expert Solution
Question
1 Approved Answer
MATH 3080 Lab Project 3 Your Name Here 12/29/2019 Contents Problem 1 Problem 2 Problem 3 Problem 1 List all the S3 methods associated with
MATH 3080 Lab Project 3 Your Name Here 12/29/2019 Contents Problem 1 Problem 2 Problem 3 Problem 1 List all the S3 methods associated with the summary() generic function. # Your code here Problem 2 There is no function in the stats package for the 2 test. In this exercise, you will write thal function. Furthermore, since we want this function to emulate functions such as t.test(), you will write a function z. test that returns an htest-class object. This is mostly so we can take advantage of print.htest() in the stats package: stats::print.htest ## function (x, digits - getOption("digits"), prefix - "\t", ...) ## { ## ## ## ## cat(" ") cat(strwrap($method, prefix = prefix), sep= " ") cat(" ") cat("data: ", $data.name, " ", sep = "") out ## Let's start by studying the structure of the object returned by t.test(): x ## Let's start by studying the structure of the object returned by t.test(): x
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started