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 matrix. If NULL, computes gamma from x and sigma.

gamma_nt

The gamma matrix under normal theory. If NULL, computes gamma_nt from sigma.

Value

Unbiased asymptotic covariance matrix.


[Package semTests version 0.5.0 Index]