Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I want to plot interaction between two variables in SAS. One is continuous and the other is binary.

share|improve this question

closed as off topic by whuber Aug 14 '12 at 12:05

Questions on Cross Validated are expected to relate to statistics within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Here is some information that may be of interest to you. (UCLA's Stat Computing site is wonderful).

share|improve this answer
The code there gives the data output...but how did they generate the scatterplots? – timm Oct 20 '11 at 1:21
I'm running SAS 9.2. When ODS graphics are turned on, the plots are automatically generated when you run proc glm. To specify specific plots, see here. – Mike Wierzbicki Oct 20 '11 at 1:43
As with what Mike said, turn on ODS, check your documentations, and look for a plots=ALL option somewhere in whatever procedure you're running. – EpiGrad Oct 20 '11 at 2:18

Not the answer you're looking for? Browse other questions tagged or ask your own question.