| Date | Title | Type | ||
|---|---|---|---|---|
| 11/5/09 |
37520 - ODS Graphics may fail with SAS/QC procedures on z/OS If ODS GRAPHICS is used on the z/OS operating system with PROC ANOM, PROC CUSUM, PROC MACONTROL or PROC SHEWHART, then SAS may fail to produce output graphics and may abend with the following error: ERROR: Physical ... http://support.sas.com/kb/37/520.html, 17KB |
Problem Note | ||
| 8/28/09 |
37000 - How to produce a scatter plot matrix of ranked variables if SPEARMAN correlations are requested When Spearman correlations are requested in PROC CORR by specifying the SPEARMAN option, the correlations are computed by ranking the data and using the ranks in the Pearson product-moment correlation formula. However, ... http://support.sas.com/kb/37/000.html, 44KB |
Usage Note | ||
| 7/7/09 |
36448 - IML Studio may fail to start when IML is not licensed IML Studio may fail to start even if SAS is installed locally when IML is not licensed http://support.sas.com/kb/36/448.html, 19KB |
Problem Note | ||
| 5/19/09 |
35967 - Only one ASSESS statement allowed; only one variable allowed in VAR= option The VAR= option in the ASSESS statement in PROC GENMOD allows only a single predictor to be specified. Also, only a single ASSESS statement may be specified per invocation of the procedure. To assess more than one ... http://support.sas.com/kb/35/967.html, 19KB |
Usage Note | ||
| 4/17/08 |
31821 - How can I test whether the area under the ROC curve differs from 0.5? You can test the null hypothesis that the area under an ROC curve is 0.5 by comparing the model of interest to an intercept-only model. The intercept-only model has area equal to 0.5. Beginning with SAS 9.2, ... http://support.sas.com/kb/31/821.html, 34KB |
Usage Note | ||
| 5/17/05 |
23231 - Does PROC LOGISTIC provide the Kolmogorov-Smirnov (KS) test of the predicted power of the model? PROC LOGISTIC does not provide the KS test. However, you can obtain it by using the EDF option in PROC NPAR1WAY to analyze the predicted values in the OUT= data set from PROC LOGISTIC. Also, although PROC LOGISTIC ... http://support.sas.com/kb/23/231.html, 19KB |
Usage Note | ||