powered by
Enables all or a selected number of the package methods to be executed on the same dataset
allmetap(p, method = NULL) # S3 method for allmetap print(x, digits = 5, ...)
A vector of p-values
A vector of character containing names of methods or ‘all’
all
An object of class ‘allmetap’
allmetap
How many digits to print?
Other arguments to be passed through
Returns an object of class ‘allmetap’ and ‘data.frame’ containing columns
data.frame
The value of p returned
The number of valid p values used for that method
The eponym, if any, for the method
The function uses each of the methods specified on the data-set in p. If method contains ‘all’ then this over--rides any specific method(s) named.
p
# NOT RUN { data(beckerp) allmetap(beckerp, method = "all") allmetap(beckerp, method = c("sumz", "sumlog")) # }
Run the code above in your browser using DataLab