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 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 ##
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
