predict.Model: Predict the RAU values from the MFI values

View source: R/classes-model.R

predict.ModelR Documentation

Predict the RAU values from the MFI values

Description

More details can be found here: Model

Usage

## S3 method for class 'Model'
predict(object, mfi, ...)

Arguments

object

(Model()) Object of the Model class

mfi

(numeric()) MFI values for which we want to predict the RAU values Should be in the same scale as the MFI values used to fit the model

...

Additional arguments passed to the method

Value

(data.frame())


SerolyzeR documentation built on April 12, 2025, 2:11 a.m.