View source: R/functions_wrapper.R
calculate_ucp_scale | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.