predict.mhtest {bigstatsr} | R Documentation |
Predict method
Description
Predict method for class mhtest
.
Usage
## S3 method for class 'mhtest'
predict(object, scores = object$score, log10 = TRUE, ...)
Arguments
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. |
Value
Vector of log10(p-values)
associated with scores
and object
.
See Also
big_univLinReg and big_univLogReg.
[Package bigstatsr version 1.5.12 Index]