load_example_modelfit_results: load_example_modelfit_results

View source: R/functions_wrapper.R

load_example_modelfit_resultsR Documentation

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)

Arguments

name

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

Value

(ModelfitResults) Loaded modelfit results object

Examples

## Not run: 
results <- load_example_modelfit_results("pheno")
results$parameter_estimates

## End(Not run)


pharmpy/pharmr documentation built on Feb. 15, 2025, 3:22 a.m.