powered by
Fit models.
fit(model_or_models, esttool = NULL, path = NULL, context = NULL)
(ModelfitResults | vector of ModelfitResults) ModelfitResults for the model or models
(Model or array(Model)) List of models or one single model
(str (optional)) Estimation tool to use. NULL to use default
(str (optional)) Path to fit directory
(Context (optional)) Run in this context
run_tool
if (FALSE) { model <- load_example_model("pheno") results <- fit(model) }
Run the code above in your browser using DataLab