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 function(s) that performs the Gehan test using the large-sample 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 large-sample test is used when m10 and n10.
Function(s) should return an object that contains the test statistic, the p-value, and the method.
The print method should output: the name of the test (Gehan), the method used, the test statistic, and the p-value.
Comment your code. Including a description of the function(s), 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 function(s) to the following two datasets. Use the large-sample approximation for the first dataset and the permutation test for the second dataset.
Dataset 1
\table[[Background:,4,18,13,27,39,11,23,6,3,9,29,19,36],[Site:,49,10,17,28,50,30,32,20,26,34,37,48,45]]
Dataset 2
\table[[Background:,18,10,27,22,3
Requirements Write an R function ( s ) that

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 Programming Questions!