fit
Fit models.
fit(model_or_models, esttool = NULL, path = NULL, context = NULL)
model_or_models
: (Model or array(Model)) List of models or one single modelesttool
: (str (optional)) Estimation tool to use. NULL to use defaultpath
: (str (optional)) Path to fit directorycontext
: (Context (optional)) Run in this context(ModelfitResults | vector of ModelfitResults) ModelfitResults for the model or models
## Not run: model <- load_example_model("pheno") results <- fit(model) ## End(Not run)
run_tool