model_library: Internal model library from ACESO

Description Usage Arguments Details Examples

View source: R/model_library.R

Description

Internal model library from ACESO

Usage

1

Arguments

list

logical:list available models

Details

Call model_library(list=TRUE) to list available models. Once the model is loaded (see examples below), call (mod)@code to see model code and equations.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
model_library(list=TRUE)
mod <- mread("1cmt_iv", model_library())
mod
mod <- mread("1cmt_ev", model_library()) 
mod@code


## End(Not run) 

Michorlab/ACESO documentation built on June 4, 2021, 4:57 p.m.