Learn R Programming

pharmr (version 0.96.0)

create_basic_pk_model: create_basic_pk_model

Description

Creates a basic pk model of given type

Usage

create_basic_pk_model(
  modeltype,
  dataset_path = NULL,
  cl_init = 0.01,
  vc_init = 1,
  mat_init = 0.1
)

Value

(Model) Pharmpy model object

Arguments

modeltype

(str) Type of PK model to create. Supported are 'oral' and 'iv'

dataset_path

(str (optional)) Optional path to a dataset

cl_init

(numeric) Initial estimate of the clearance parameter

vc_init

(numeric) Initial estimate of the central volume parameter

mat_init

(numeric) Initial estimate of the mean absorption time parameter (if applicable)

Examples

Run this code
if (FALSE) {
model <- create_basic_pk_model('oral')
}

Run the code above in your browser using DataLab