obtainSigmas | R Documentation |
This function aims to obtain the errors' variance-covariance matrices.
obtainSigmas(modelFrame=modelFrame,
firstEstimate=firstEstimate,
method=method)
modelFrame |
an object of the class |
firstEstimate |
an object of the class |
method |
the estimation method to be used, one of "1wayWB", "2wayWB", or "2wayQUE". |
An object of class obtainSigmas
, which is a list of the following elements:
Sigma_u |
remainder error variance-covariance matrix, |
Sigma_mu |
individual error variance-covariance matrix, |
Sigma_nu |
time error variance-covariance matrix. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.