predict.ima: Predict method for "ima" class objects.

Description Usage Arguments Details Value Note Author(s) See Also Examples

View source: R/methods.ima.R

Description

Use this function to obtain predictions from fit data stored in the ima class objects.

Usage

1
2
    ## S3 method for class 'ima'
predict(object, analyte=1, newdata=NULL, ...)

Arguments

object

An object of class ima.

analyte

Integer in range from 1 to the number of analytes. Determines which analyte will be used for making predictions.

newdata

Numeric vector of MFI values to be used for making predictions. If NULL, the default calibrator values from the data will be used. This is the default.

...

Currently ignored.

Details

This function makes predictions using inverse sigmoidal function and the equation coefficients stored in the class ima data frame. This is a very simple function and the output is limited to the predictions themselves - i.e. no intervals can be obtained.

Value

Numeric vector of predictions.

Note

This function works only for class ima objects that have the coefficients stored in them - that is coming from "xPONENT" platform.

Author(s)

Michal J. Figurski, PhD mfigrs@gmail.com

See Also

predict.sigfit, print.ima and summary.ima.

Examples

1
2
3
4
5
## Not run: 
run = read.multiplex("your-path-here")
predict(run)

## End(Not run) 

immunoassay documentation built on May 2, 2019, 4:45 p.m.