Learn R Programming

Certara.RsNLME (version 3.1.0.1)

getThetas: Return theta names and values

Description

Returns named character vector of theta values by parsing PML fixed effect statements

Usage

getThetas(model)

Value

Character vector of theta names defined in model

Arguments

model

PK/PD model

Examples

Run this code
if (FALSE) {
model <- emaxmodel(
  checkBaseline = TRUE,
  checkFractional = TRUE,
  checkInhibitory = TRUE,
  data = pkpdData,
  ID = "ID",
  C = "CObs",
  EObs = "EObs"
)
getThetas(model)
}

Run the code above in your browser using DataLab