View source: R/functions_wrapper.R
fit | R Documentation |
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 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 |
(ModelfitResults | vector of ModelfitResults) ModelfitResults for the model or models
run_tool
## Not run:
model <- load_example_model("pheno")
results <- fit(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.