Learn R Programming

nlmixr2est (version 5.0.2)

assertNlmixrFitData: Assert that this is a nlmixr2 fit data object

Description

Will error without nlmixr2 fit data object

Usage

assertNlmixrFitData(fit)

Value

Nothing

Arguments

fit

Fit object

Author

Matthew L. Fidler

Examples

Run this code
if (FALSE) {

f <- 4
assertNlmixrFitData(f) # throw errors

}

Run the code above in your browser using DataLab