cov.u | R Documentation |
Computes the (normalized) covariance matrix of the utility scale from the covariance matrix of elimination-by-aspects (EBA) model parameters.
cov.u(object, norm = "sum")
object |
an object of class |
norm |
either |
The additivity rule for covariances
cov(x + y, z) = cov(x, z) + cov(y, z)
is used for the computations.
If norm
is not NULL
, the unnormalized covariance matrix is
transformed using a^2 cov(u)
, where the constant a
results from
the type of normalization applied.
The (normalized) covariance matrix of the utility scale.
uscale
, eba
, wald.test
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.