scale.beta | R Documentation |
A function to scale the fixed effects coefficients.
## S3 method for class 'beta'
scale(beta, B.list, inv = FALSE)
beta |
A numerical matrix of fixed effects estimates (in original scale). |
B.list |
A numerical list of re-scaled covariate matrices. |
inc |
A logical variable;
|
This function is supplementary and internally used.
A matrix of scaled fixed effects coefficients.
estimateLong
## Not run:
scale.beta(...)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.