Learn R Programming

PKPDsim (version 1.4.0)

install_default_literature_model: Install default literature model

Description

A very lightweight wrapper for model_from_api that installs previously published models packaged within PKPDsim.

Usage

install_default_literature_model(model, ...)

Arguments

model

Name of model, e.g., "pk_busulfan_mccune". See available_default_literature_models()

...

arguments passed onto model_from_api. For fine-grain control, it is better to install models directly from model_from_api() or new_ode_model().

Examples

Run this code
if (FALSE) {
install_default_literature_model("pk_busulfan_mccune")
}

Run the code above in your browser using DataLab