WaldTest {CDM} | R Documentation |
Wald Test for a Linear Hypothesis
Description
Computes a Wald Test for a parameter
with respect to a linear hypothesis
.
Usage
WaldTest( delta, vcov, R, nobs, cvec=NULL, eps=1E-10 )
Arguments
delta |
Estimated parameter |
vcov |
Estimated covariance matrix |
R |
Hypothesis matrix |
nobs |
Number of observations |
cvec |
Hypothesis vector |
eps |
Numerical value is added as ridge parameter of the covariance matrix |
Value
A vector containing the statistic (
X2
),
degrees of freedom (df
),
p value (p
) and RMSEA statistic (RMSEA
).
[Package CDM version 8.2-6 Index]