Learn R Programming

bigstatsr (version 1.6.1)

predict.mhtest: Predict method

Description

Predict method for class mhtest.

Usage

# S3 method for mhtest
predict(object, scores = object$score, log10 = TRUE, ...)

Value

Vector of log10(p-values) associated with scores and object.

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.

See Also

big_univLinReg and big_univLogReg.