Question: Using R for code MATH 3080 Lab Project 3 Your Name Here 12/29/2019 Contents Problem 1 Problem 2 Problem 3 Problem 1 List all the

 Using R for code MATH 3080 Lab Project 3 Your NameHere 12/29/2019 Contents Problem 1 Problem 2 Problem 3 Problem 1 Listall the S3 methods associated with the summary() generic function. # Yourcode here Problem 2 There is no function in the stats package

Using R for code

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!