| Date | Title | Type | ||
|---|---|---|---|---|
| 10/26/09 |
24822 - Changing the Numeric Format of PROC FREQ Output This sample describes how to change these defaults for the three main types of PROC FREQ output: one-way tables, multiway tables in list format, and multiway tables presented as crosstabulations. http://support.sas.com/kb/24/822.html, 21KB |
Sample | ||
| 10/14/09 |
22544 - I've already clustered one set of data, and I want to take a new data set and put the observations in the same clusters. How do I do this? There are two ways. One uses PROC FASTCLUS, the other uses PROC DISCRIM. PROC FASTCLUS: First, compute the means from each of your current clusters to use as a SEED= data set in PROC FASTCLUS. Then run FASTCLUS with ... http://support.sas.com/kb/22/544.html, 21KB |
Usage Note | ||
| 9/3/09 |
6955 - Predicted values produced by PROC GAM are not predicted means (probabilities or counts) Prior to SAS 9.2, the predicted values produced by the PRED option in the OUTPUT statement of PROC GAM do not have the inverse link function applied and are instead linear predictor values. Consequently, when the DIST= ... http://support.sas.com/kb/6/955.html, 19KB |
Usage Note | ||
| 8/21/09 |
36453 - How to import and assess outside modeling techniques using SASŪ Enterprise Miner(tm) This video shows an example of how to import a non-supplied model into SAS Enterprise Miner and be able to assess it with other models. http://support.sas.com/kb/36/453.html, 21KB |
Usage Note | ||
| 8/10/09 |
35833 - OUTPUT statistics and confidence bands incorrect for SPLINE and LOESS smoothed predictors If you produce smoothing component plots in PROC GAM and use the SPLINE or LOESS smoother in the model, then the partial prediction curve shows the nonlinear effect of the predictor. When the ODS GRAPHICS ON statement ... http://support.sas.com/kb/35/833.html, 20KB |
Problem 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 | ||
| 4/29/09 |
14469 - Variables reporting N in the ODS OUTPUT data sets are not present if no variable used to calculate the correlations contains a missing value If no analysis variable contains a missing value and if no BY variables are used, the variables that report N in the PEARSONCORR, SPEARMANCORR, HOEFFDINGCORR, and KENDALLCORR ODS OUTPUT data sets will not be present. ... http://support.sas.com/kb/14/469.html, 22KB |
Problem Note | ||
| 2/26/09 |
22991 - How can I remove the title "The FREQ Procedure" from my FREQ procedure output? You can remove "The FREQ Procedure" title from your FREQ procedure output by inserting the ODS NOPROCTITLE statement before the PROC FREQ statement. ODS NOPROCTITLE; PROC FREQ; TABLE X*Y; RUN; After you have ... http://support.sas.com/kb/22/991.html, 17KB |
Usage Note | ||
| 2/6/09 |
22399 - GROUPS= option in PROC RANK might not produce equal-sized groups The GROUPS= option in PROC RANK might not produce equal-sized groups. http://support.sas.com/kb/22/399.html, 18KB |
Usage Note | ||
| 12/10/08 |
14501 - Strange characters or icons may appear in SAS/INSIGHT windows Strange characters or icons may appear in SAS/INSIGHT windows. This problem occurs because of a problem with the interaction of the display driver and the SAS font, which is not a TrueType font. The default font for ... http://support.sas.com/kb/14/501.html, 19KB |
Problem Note | ||