gamma_est_unbiased {semTests} | R Documentation |
Unbiased asymptotic covariance matrix.
Description
Unbiased asymptotic covariance matrix.
Usage
gamma_est_unbiased(
x,
n = NULL,
sigma = NULL,
gamma_adf = NULL,
gamma_nt = NULL
)
Arguments
x |
Data. |
sigma |
Unbiased covariance matrix of the data. |
gamma_adf |
The |
gamma_nt |
The |
Value
Unbiased asymptotic covariance matrix.
[Package semTests version 0.5.0 Index]