Description Usage Arguments Details Examples
View source: R/model_library.R
Internal model library from ACESO
1 |
list |
logical:list available models |
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.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.