Learn R Programming

pharmr (version 1.4.0)

fit: fit

Description

Fit models.

Usage

fit(model_or_models, esttool = NULL, path = NULL, context = 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

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

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