Skip to contents

Will error without nlmixr2 fit object

Usage

assertNlmixrFit(fit)

Arguments

fit

Fit object

Value

Nothing

Author

Matthew L. Fidler

Examples

if (FALSE) {

f <- 4
assertNlmixrFit(f) # throw error

}