Return theta names and values
getThetas.RdReturns named character vector of theta values by parsing PML fixed effect statements
Examples
if (FALSE) { # \dontrun{
model <- emaxmodel(
checkBaseline = TRUE,
checkFractional = TRUE,
checkInhibitory = TRUE,
data = pkpdData,
ID = "ID",
C = "CObs",
EObs = "EObs"
)
getThetas(model)
} # }