calculate_parameters_from_ucp function

calculate_parameters_from_ucp

calculate_parameters_from_ucp

Scale parameter values from ucp to normal scale

calculate_parameters_from_ucp(model, scale, ucps)

Arguments

  • model: (Model) Pharmpy model
  • scale: (UCPScale) A parameter scale
  • ucps: (array or list(str=numeric)) Series of parameter values

Returns

(data.frame) Parameters on the normal scale

Examples

## Not run: 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) ## End(Not run)

See Also

calculate_ucp_scale : Calculate the scale for conversion from ucps

  • Maintainer: Rikard Nordgren
  • License: LGPL (>= 3)
  • Last published: 2024-12-04