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 mhtest from you get the probability function with possibly pre-transformation of scores.

scores

Raw scores (before transformation) that you want to transform to p-values.

log10

Are p-values returned on the log10 scale? Default is TRUE.

...

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]