Learn R Programming

nlmixr2est (version 5.0.2)

assertNlmixrFit: Assert that this is a nlmixr2 fit object

Description

Will error without nlmixr2 fit object

Usage

assertNlmixrFit(fit)

Value

Nothing

Arguments

fit

Fit object

Author

Matthew L. Fidler

Examples

Run this code
if (FALSE) {

f <- 4
assertNlmixrFit(f) # throw error

}

Run the code above in your browser using DataLab