Learn R Programming

pharmr (version 1.4.0)

load_example_modelfit_results: load_example_modelfit_results

Description

Load the modelfit results of an example model

Load the modelfit results of an example model built into Pharmpy

Usage

load_example_modelfit_results(name)

Value

(ModelfitResults) Loaded modelfit results object

Arguments

name

(str) Name of the model. Currently available models are "pheno" and "pheno_linear"

Examples

Run this code
if (FALSE) {
results <- load_example_modelfit_results("pheno")
results$parameter_estimates
}

Run the code above in your browser using DataLab