Predict method for class mhtest
.
# S3 method for mhtest
predict(object, scores = object$score, log10 = TRUE, ...)
Vector of log10(p-values)
associated with scores
and object
.
An object of class mhtest
from you get the probability
function with possibly pre-transformation of scores.
Raw scores (before transformation) that you want to transform to p-values.
Are p-values returned on the log10
scale? Default is TRUE
.
Not used.
big_univLinReg and big_univLogReg.