| Date | Title | Type | ||
|---|---|---|---|---|
| 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 | ||
| 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/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 | ||
| 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 | ||
| 4/4/08 |
31696 - Where can I find documentation about SAS/IML Studio (formerly known as SAS Stat Studio)? You can find documentation about SAS/IML Studio (formerly known as SAS Stat Studio) in the SAS Stat Studio User's Guide and in SAS Stat Studio for SAS/STAT Users. http://support.sas.com/kb/31/696.html, 23KB |
Usage Note | ||
| 10/5/07 |
23407 - What Bayesian methods are available? Below is a summary of the available Bayesian methods and the procedures in which they appear: Product Beginning Release Procedure Bayesian Methodology SAS/STAT SAS 6 DISCRIM Computes posterior probabilities of ... http://support.sas.com/kb/23/407.html, 24KB |
Usage Note | ||
| 11/28/06 |
19023 - Negative fitted values from Curves:Kernel incorrectly set to zero In a FIT(Y X) window, if kernel smoothing is done by clicking Curves:Kernel, then any negative fitted values are incorrectly set to zero. To avoid the problem, add a constant to the Y variable that is sufficiently ... http://support.sas.com/kb/19/023.html, 20KB |
Problem Note | ||
| 6/1/06 |
22220 - Does SAS have procedures for bootstrapping, crossvalidation, and jackknifing? li {margin: 8px;} Some procedures in SAS software implement these methods in the context of the analyses that they perform: In SAS/STAT software, PROC MULTTEST can use bootstrap or permutation resampling (see the ... http://support.sas.com/kb/22/220.html, 28KB |
Usage Note | ||
| 11/14/05 |
22955 - Can I write a table that is displayed by SAS/INSIGHT to a SAS data set using only programming statements? Yes, you can write a table that is displayed by SAS/INSIGHT to a SAS data set using only programming statements. You first need to determine the name of the table that you want to write to a data set. To do this, ... http://support.sas.com/kb/22/955.html, 18KB |
Usage Note | ||
| 11/14/05 |
22644 - Can the variables that are selected by PROC STEPDISC be input to PROC DISCRIM? Beginning in SAS 9.2 PROC STEPDISC saves the list of selected variables in an automatic macro variable, &_StdVar. This list can be used in a subsequent procedure's VAR statement as follows: var &_stdvar; Prior to ... http://support.sas.com/kb/22/644.html, 17KB |
Usage Note | ||