calculate_ucp_scale {pharmr} | R Documentation |
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.
calculate_ucp_scale(model)
model |
(Model) Model for which to calculate an ucp scale |
(UCPScale) A scale object
calculate_parameters_from_ucp : Calculate parameters from ucp:s
## Not run:
model <- load_example_model("pheno")
scale <- calculate_ucp_scale(model)
## End(Not run)