Chapter Contents |
Previous |
Next |
The CORR Procedure |
Procedure features: |
|
This example does not examine the correlation matrix but assumes that all items are positively correlated. Normally, you want to examine the correlation and covariance matrices to make sure that all variables are positively correlated. Positive correlation is needed because items measure a common entity. You exclude negatively correlated items from the analysis because they do not measure the same construct.
Program |
options nodate pageno=1 linesize=80 pagesize=60;
proc corr data=psychdat alpha nocorr nomiss; |
title1 'Mental Stability Scale for Female Psychiatric Patients'; run; |
Output |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.