Learn R Programming

pharmr (version 1.4.0)

calculate_parameters_from_ucp: calculate_parameters_from_ucp

Description

Scale parameter values from ucp to normal scale

Usage

calculate_parameters_from_ucp(model, scale, ucps)

Value

(data.frame) Parameters on the normal scale

Arguments

model

(Model) Pharmpy model

scale

(UCPScale) A parameter scale

ucps

(array or list(str=numeric)) Series of parameter values

See Also

calculate_ucp_scale : Calculate the scale for conversion from ucps

Examples

Run this code
if (FALSE) {
model <- load_example_model("pheno")
scale <- calculate_ucp_scale(model)
values <- list('POP_CL'=0.1, 'POP_VC'=0.1, 'COVAPGR'=0.1, 'IIV_CL'=0.1, 'IIV_VC'=0.1, 'SIGMA'=0.1)
calculate_parameters_from_ucp(model, scale, values)
}

Run the code above in your browser using DataLab