predict.mhtest | R Documentation |
Predict method for class mhtest
.
## S3 method for class 'mhtest'
predict(object, scores = object$score, log10 = TRUE, ...)
object |
An object of class |
scores |
Raw scores (before transformation) that you want to transform to p-values. |
log10 |
Are p-values returned on the |
... |
Not used. |
Vector of log10(p-values)
associated with scores
and object
.
big_univLinReg and big_univLogReg.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.