calculate_ucp_scale {pharmr} | R Documentation |
calculate_ucp_scale
Description
Calculate a scale for unconstrained parameters for a model
The UCPScale object can be used to calculate unconstrained parameters back into the normal parameter space.
Usage
calculate_ucp_scale(model)
Arguments
model |
(Model) Model for which to calculate an ucp scale |
Value
(UCPScale) A scale object
See Also
calculate_parameters_from_ucp : Calculate parameters from ucp:s
Examples
## Not run:
model <- load_example_model("pheno")
scale <- calculate_ucp_scale(model)
## End(Not run)
[Package pharmr version 1.0.1 Index]