cov.u: Covariance Matrix of the EBA Utility Scale

Description Usage Arguments Details Value See Also

View source: R/EBA_fast.R

Description

Computes the (normalized) covariance matrix of the utility scale from the covariance matrix of elimination-by-aspects (EBA) model parameters.

Usage

1
cov.u(object, norm = "sum")

Arguments

object

an object of class eba, typically the result of a call to eba

norm

either sum (default), a number from 1 to number of stimuli, or NULL; see uscale for details

Details

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.

Value

The (normalized) covariance matrix of the utility scale.

See Also

uscale, eba, wald.test.


eba documentation built on Jan. 13, 2021, 10:12 a.m.

Related to cov.u in eba...