View source: R/unscale_estimates.R
unscale_beta | R Documentation |
mcmc_mra()
and mcmc_mra_integrated()
fit the regression
coefficients using centered and scaled response and covariate values. This
function undoes that transformation to scale the parameter estimates to
their usual (uncentered and unscaled) scale
estimatesTransform the beta parameters to restore the parameters to the original scale.
The functions mcmc_mra()
and mcmc_mra_integrated()
fit the regression
coefficients using centered and scaled response and covariate values. This
function undoes that transformation to scale the parameter estimates to
their usual (uncentered and unscaled) scale
estimates
unscale_beta(out)
out |
The output of |
A matrix of the size of parameters in out$beta of transformed regression parameters equivalent to fitting the model on the original scale
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.