Question: Requirements Write an R function ( s ) that performs the Gehan test using the large - sample approximation and the permutation test. Include code
Requirements
Write an R functions that performs the Gehan test using the largesample approximation and the permutation test.
Include code that checks if the arguments are valid and returns an error message if there is an invalid argument.
Return a warning message if the largesample test is used when and
Functions should return an object that contains the test statistic, the pvalue, and the method.
The print method should output: the name of the test Gehan the method used, the test statistic, and the pvalue.
Comment your code. Including a description of the functions the type and format of the arguments, and a description of the values returned. Your comments should act like a manual for how to use the function. Also include comments in the body of the function that describe what is going on
Apply your functions to the following two datasets. Use the largesample approximation for the first dataset and the permutation test for the second dataset.
Dataset
tableBackground:Site:
Dataset
tableBackground:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
