The TCALIS Procedure |
LMTESTS Statement |
You can use the LMTESTS statement to set display-options or to customize the test-sets for the LM tests. The LMTESTS statement is one of the model analysis statements. It can be used within the scope of the TCALIS statement so that the options will apply to all models. It can also be used within the scope of each MODEL statement so that the options will apply only locally. Therefore, different models within a TCALIS run can have very different LMTESTS options.
The following are the display-options for the LM tests:
conducts the default sets of LM tests for freeing fixed parameters in the model. This option is used when you need to reset the default sets of LM tests in the local model. For example, you might have turned off the default LM tests by using the NODEFAULT option in the LMTESTS statement within the scope of PROC TCALIS statement. However, for the model under the scope of a particular MODEL statement, you can use this DEFAULT option in the local LMTESTS statement to turn on the default LM tests again.
sets the maximum number of rankings within a set of LM tests. The actual number of test rankings might be smaller because the number of possible LM tests within a set might be smaller than the maximum number requested.
turns off the default sets of LM tests for freeing fixed parameters in the model. As a result, only the customized LM tests defined in the test-sets of the LMTESTS statement are conducted and displayed. Note that the LM tests for equality and active boundary constraints are not turned off by this option. If you specify this option in the LMTESTS statement within the scope of the PROC TCALIS statement, it will propagate to all models.
turns off the ranking of the LM tests. Ranking of the LM tests is done automatically when the model modification indices are requested. The NORANK option is ignored if you also set the MAXRANK option.
prints the sets of LM tests in matrix form, in addition to the normal LM test results.
In addition to the display-options, you can define customized sets of LM tests as test-sets in the LMTESTS statement. You can define as many test-sets as you like. Ranking of the LM tests will be done individually for each test-set. For example, the following LMTESTS statement requests that the default sets of LM tests not be conducted by the NODEFAULT option. Instead, two customized test-sets are defined.
lmtests nodefault MyFirstSet=[ALL] MySecondSet=[COVEXOG COVERR];
The first customized set MyFirstSet pulls all possible parameter locations together for the LM test ranking (ALL keyword). The second customized set MySecondSet pulls only the covariances among exogenous variables (COVEXOG keyword) and among errors (COVERR keyword) together for the LM test ranking.
Two different kinds of regions for LM tests are supported in PROC TCALIS: matrix-based or non-matrix-based.
The matrix-based regions can be used if you are familiar with the matrix representations of various types of models. Note that defining test-sets by using matrix-based regions does not mean that LM tests are printed in matrix format. It means only that the parameter locations within the specified matrices are included into the specific test-sets for LM test ranking. For matrix output of LM tests, use the LMMAT option in the LMTESTS statement.
Non-matrix-based regions do not assume the knowledge of the model matrices. They are easier to use in most situations. In addition, non-matrix-based regions can cover special subsets of parameter locations that cannot be defined by model matrices and submatrices. For example, because of the compartmentalization according to independent and dependent variables in the LINEQS model matrices, the sets of LM tests defined by the LINEQS matrix-based regions are limited. For example, you cannot use any matrix-based regions to request LM tests for new paths to existing independent variables in the LINEQS model. Such a matrix does not exist in the original specification. However, you can use the non-matrix based region NEWENDO to refer to these new paths.
The regions for parameter locations are specified by keywords in the LMTESTS statement. Because the regions are specific to the types of models, they are described separately for each model type in the following.
specifies the error variances.
specifies the covariances among factors.
specifies the intercepts.
specifies the factor loadings.
specifies the factor means.
See the section Model Matrices in the FACTOR Model for definitions of these FACTOR model matrices.
specifies all parameter locations.
specifies the covariances among factors.
specifies the covariances among errors.
specifies the covariances among factors.
specifies the means of factors and the intercepts.
specifies the intercepts.
specifies the factor loadings.
specifies the means of factors.
specifies the intercepts of dependent variables.
specifies effects of dependent variables on dependent variables.
specifies the effects of independent variables (excluding errors) on dependent variables. Because effects of errors on dependent variables are restricted to ones in the LINEQS model, LM tests on _EQSGAMMA_ and _EQSGAMMA_SUB_ (submatrix of _EQSGAMMA_) are the same.
specifies the means of independent variables (excluding errors). Because means of errors are restricted to zero in the LINEQS model, LM tests on _EQSNU_ and _EQSNU_SUB_ (submatrix of _EQSNU_) are the same.
specifies variances and covariances among all independent variables, including errors.
specifies variances and covariances among independent variables, excluding errors.
specifies covariances between errors and disturbances with other independent variables.
specifies variances and covariances among errors and disturbances.
See the section Matrix Representation of the LINEQS Model for definitions of these model matrices and submatrices.
specifies all possible parameter locations.
specifies all covariances among independent variables, including errors and disturbances.
specifies covariances among errors or disturbances.
specifies covariances among independent variables, excluding errors and disturbances.
specifies covariances of errors and disturbances with other independent variables.
specifies covariances among latent variables (excluding errors and disturbances).
specifies covariance among independent manifest variables.
specifies all possible linear relationships among variables.
specifies means and intercepts.
specifies intercepts of dependent variables.
specifies all possible effects of latent factors on latent factors.
specifies all possible effects of latent factors on manifest variables.
specifies all possible effects of manifest variables on latent factors.
specifies the means of independent factors.
specifies all possible effects of manifest variables on manifest variables.
specifies effects of other variables on the independent variables in the original model.
specifies all possible linear relationships among variables.
specifies the _ALPHA_ matrix.
specifies the _BETA_ matrix.
specifies the _GAMMA_ matrix.
specifies the _KAPPA_ matrix.
specifies the _LAMBDAX_ and _LAMBDAY_ matrices.
specifies the _LAMBDAX_ matrix.
specifies the _LAMBDAY_ matrix.
specifies the _NUX_ and _NUY_ matrices.
specifies the _NUX_ matrix.
specifies the _NUY_ matrix.
specifies the _PHI_ matrix.
specifies the _PSI_ matrix.
specifies the _THETAX_ and _THETAY_ matrices.
specifies the _THETAX_ matrix.
specifies the _THETAY_ matrix.
specifies all model matrices.
specifies all covariance parameters in _THETAY_, _THETAX_, _PHI_, and _PSI_.
specifies all covariances for errors or disturbances in _THETAY_, _THETAX_, and _PSI_.
specifies all covariances among latent factors in _PHI_ when the -variables exist, and in _PSI_ when the -variables exist without the presence of the -variables.
specifies all intercepts and means in _NUY_, _NUX_, _ALPHA_, and _KAPPA_.
specifies all intercepts in _NUY_, _NUX_, and _ALPHA_.
specifies the coefficients in _LAMBDAY_ and _LAMBDAX_.
specifies the effects of latent variables on latent variables. Depending on the type of LISMOD model, the _BETA_ and _GAMMA_ might be involved.
specifies the effects of latent variables on manifest variables. Depending on the type of LISMOD model, the _LAMBDAY_, _LAMBDAX_, and _GAMMA_ matrices might be involved.
specifies the mean parameters. Depending on the type of LISMOD model, the _ALPHA_ and _KAPPA_ matrices might be involved.
specifies effects of manifest variables on manifest variables. Depending on the type of LISMOD model, the _BETA_ and _GAMMA_ matrices might be involved.
specifies all path coefficients. Depending on the type of LISMOD model, the _LAMBDAY_, _LAMBDAX_, _BETA_, and _GAMMA_ matrices might be involved.
specifies the _MSTRUCTCOV_ or _COV_ matrix.
specifies the _MSTRUCTMEAN_ or _MEAN_vector.
specifies the _MSTRUCTCOV_ (or _COV_) and _MSTRUCTMEAN_ (or _MEAN_) matrices.
specifies the _MSTRUCTCOV_ or _COV_ matrix.
specifies the _MSTRUCTMEAN_ or _MEAN_ matrix.
specifies the _RAMA_ matrix.
specifies the _RAMALPHA_ matrix.
specifies the _RAMBETA_ matrix.
specifies the _RAMGAMMA_ matrix.
specifies the _RAMNU_ matrix.
specifies the _RAMP_ matrix.
specifies the _RAMP11_ matrix.
specifies the _RAMP21_ matrix.
specifies the _RAMP22_ matrix.
specifies the _RAMW_ vector.
specifies all possible parameter locations.
specifies all possible paths (that is, the entries in the _RAMA_ matrix).
specifies all covariances and partial covariances (that is, the entries in the _RAMP_ matrix).
specifies partial covariances among endogenous variables (that is, the entries in the _RAMP11_ matrix).
specifies covariances among exogenous variables (that is, the entries in the _RAMP22_ matrix).
specifies partial covariances of endogenous variables with exogenous variables (that is, the entries in the _RAM21_ matrix).
specifies covariance among latent factors (that is, entries in _RAMP11_ pertaining to latent variables).
specifies covariance among manifest variables (that is, entries in _RAMP11_ pertaining to manifest variables).
specifies means or intercepts (that is, entries in _RAMW_ vector).
specifies intercepts for endogenous variables (that is, entries in _RAMALPHA_ vector).
specifies effects of latent variables on latent variables.
specifies effects of latent variables on manifest variables.
specifies effects of manifest variables on latent variables.
specifies the means of exogenous variables (that is, entries in the _RAMNU_ vector).
specifies effects of manifest variables on manifest variables.
specifies new paths to the exogenous variables in the original model.
specifies all possible paths (that is, the entries in the _RAMA_ matrix).
Note: This procedure is experimental.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.