Wald Test for a Linear Hypothesis
Computes a Wald Test for a parameter
with respect to a linear hypothesis .
WaldTest( delta, vcov, R, nobs, cvec=NULL, eps=1E-10 )
delta
: Estimated parametervcov
: Estimated covariance matrixR
: Hypothesis matrixnobs
: Number of observationscvec
: Hypothesis vectoreps
: Numerical value is added as ridge parameter of the covariance matrixA vector containing the statistic (X2
), degrees of freedom (df
), p value (p
) and RMSEA statistic (RMSEA
).
Useful links