Last week I wrote about the availability of the IN operator in macro through the use of the MINOPERATOR system option. I mentioned that SAS v9.0/9.1 had introduced a number of useful features to the SAS macro capability. Here are some options that you ...
Read more »
Tags: macro, Options, SAS, syntax
Posted in SAS | Comments Off
Last week I wrote about the availability of the IN operator in macro through the use of the MINOPERATOR system option. I mentioned that SAS v9.0/9.1 had introduced a number of useful features to the SAS macro capability. Here are some options that you ...
Read more »
Tags: macro, Options, SAS, syntax
Posted in SAS | Comments Off
Last week I wrote about the availability of the IN operator in macro through the use of the MINOPERATOR system option. I mentioned that SAS v9.0/9.1 had introduced a number of useful features to the SAS macro capability. Here are some options that you ...
Read more »
Tags: macro, Options, SAS, syntax
Posted in SAS | Comments Off
Sometimes it's adequate that SAS simply does what you ask. On other occasions, it's useful to know a little more detail of what SAS is doing on your behalf - maybe because it's making decisions for you, or maybe you're trying to figure-out a problem w...
Read more »
Tags: Options, SAS, syntax
Posted in SAS | Comments Off
Sometimes it's adequate that SAS simply does what you ask. On other occasions, it's useful to know a little more detail of what SAS is doing on your behalf - maybe because it's making decisions for you, or maybe you're trying to figure-out a problem w...
Read more »
Tags: Options, SAS, syntax
Posted in SAS | Comments Off
Sometimes it's adequate that SAS simply does what you ask. On other occasions, it's useful to know a little more detail of what SAS is doing on your behalf - maybe because it's making decisions for you, or maybe you're trying to figure-out a problem w...
Read more »
Tags: Options, SAS, syntax
Posted in SAS | Comments Off
Today, I came across this article that discusses how software users rarely change the settings in the applications that they use. Users assume that the software vendor sets the default values as they are for a reason, and who are they to set them otherwise? I'm a software developer (and
Read more »
Tags: Options, SAS Enterprise Guide, Uncategorized, usability
Posted in SAS | Comments Off
In Example 8.21 we described how to fit a latent class model to data from the HELP dataset using SAS and R (using poLCA(), and then followed up in example 8.22 using randomLCA(). In both entries, we classified subjects based on their observed (manifes...
Read more »
Tags: as.data.frame(), colnames(), dim, HELP data set, latent class analysis, manifest variable, Options, proc lca, randomLCA package, table(), unobserved class
Posted in SAS | Comments Off