coverage(variable, group, expon = 1, interv = 0, number.perms, exact = FALSE,
save.test,data)
coverage
returns an object of class CoverageObj.
The functions summary
as well as print
can be used to obtain a summary of the test.
Generic accessor functions pvalue
and ResampVals
can be used to obtain the p-value and Monte Carlo resampled test statistic values respectively.CoverageObj
Out <- coverage(variable = bgrouse$distance,group = bgrouse$sex,number.perms = 10000,
save.test = TRUE)
summary(Out)
Run the code above in your browser using DataLab