powered by
Fit models.
fit(model_or_models, tool = 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
run_tool
if (FALSE) { model <- load_example_model("pheno") results <- fit(model) }
Run the code above in your browser using DataLab