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