powered by
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)
(UCPScale) A scale object
(Model) Model for which to calculate an ucp scale
calculate_parameters_from_ucp : Calculate parameters from ucp:s
if (FALSE) { model <- load_example_model("pheno") scale <- calculate_ucp_scale(model) }
Run the code above in your browser using DataLab