| 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 | ||
| 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 | ||
| 7/13/09 |
14926 - PROC GLIMMIX issues ERROR: Unable to restore template from template store The installation of the GLIMMIX procedure will not be complete if you attempt to install GLIMMIX while you have an interactive SAS session running. The GLIMMIX install will not update the template catalog if SAS is ... http://support.sas.com/kb/14/926.html, 18KB |
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/29/09 |
35731 - Output "ModelFit" and "ParameterEstimates" were not created by ODS statement Beginning in SAS 9.2, the ModelFit table, titled "Criteria For Assessing Goodness Of Fit,' and the ParameterEstimates table, titled "Analysis Of Initial Parameter Estimates," are not created by default when the REPEATED ... http://support.sas.com/kb/35/731.html, 19KB |
Usage 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/24/09 |
11543 - The HTYPE=2 option on the MODEL statement in PROC MIXED produces incorrect results The Type-2 F-tests produced with the HTYPE=2 option on the MODEL statement in PROC MIXED are incorrect. A Technical Support hot fix for Release 8.2 (TS2M0) for this issue is available at: http://www.sas.com/techsup/ ... http://support.sas.com/kb/11/543.html, 19KB |
Problem Note | ||
| 2/24/09 |
11541 - Incorrect Parameter Estimates When Same Variable List Used on Random Statement and Model Statement If the same variable list is used on both the MODEL and RANDOM statements, then PROC MIXED will produce incorrect results for the parameter estimates of any covariates that are listed on the MODEL statement after the ... http://support.sas.com/kb/11/541.html, 21KB |
Problem Note | ||
| 2/24/09 |
11542 - Incorrect Covariance Parameter Estimates When LOCAL Option Used with Kronecker Product Structures on REPEATED Statement The covariance parameters for the second effect in a Kronecker-product covariance structure will be incorrect if the LOCAL option is added to the REPEATED statement and the NOPROFILE option is not included on the PROC ... http://support.sas.com/kb/11/542.html, 20KB |
Problem Note | ||