assertNlmixrFitData {nlmixr2est} | R Documentation |
Assert that this is a nlmixr2 fit data object
Description
Will error without nlmixr2 fit data object
Usage
assertNlmixrFitData(fit)
Arguments
fit |
Fit object |
Value
Nothing
Author(s)
Matthew L. Fidler
Examples
## Not run:
f <- 4
assertNlmixrFitData(f) # throw errors
## End(Not run)
[Package nlmixr2est version 2.2.2 Index]