fit {pharmr} | R Documentation |
fit
Description
Fit models.
Usage
fit(model_or_models, esttool = NULL, path = NULL, context = NULL)
Arguments
model_or_models |
(Model or array(Model)) List of models or one single model |
esttool |
(str (optional)) Estimation tool to use. NULL to use default |
path |
(str (optional)) Path to fit directory |
context |
(Context (optional)) Run in this context |
Value
(ModelfitResults | vector of ModelfitResults) ModelfitResults for the model or models
See Also
run_tool
Examples
## Not run:
model <- load_example_model("pheno")
results <- fit(model)
## End(Not run)
[Package pharmr version 1.0.1 Index]