fit function

fit

fit

Fit models.

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

Returns

(ModelfitResults | vector of ModelfitResults) ModelfitResults for the model or models

Examples

## Not run: model <- load_example_model("pheno") results <- fit(model) ## End(Not run)

See Also

run_tool

  • Maintainer: Rikard Nordgren
  • License: LGPL (>= 3)
  • Last published: 2024-12-04