Learn R Programming

pharmr (version 0.96.0)

fit: fit

Description

Fit models.

Usage

fit(model_or_models, tool = NULL)

Value

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

Arguments

model_or_models

(Model or array(Model)) List of models or one single model

tool

(str (optional)) Estimation tool to use. NULL to use default

See Also

run_tool

Examples

Run this code
if (FALSE) {
model <- load_example_model("pheno")
results <- fit(model)
}

Run the code above in your browser using DataLab