|
沙发

楼主 |
发表于 2004-11-5 16:45:53
|
只看该作者
data step - proc step
Hi man,
u can first prepare the data by using SAS data step.
then u can use proc reg or proc logistic or proc anova to analyze your data, depending on the kind of characteristics of your variables.
if all the independent variable are categorical, use proc anova.
else if the response is categorical, use proc logistic.
else use proc reg.
cannot go deep here, you can read more books.
<!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" /><!-- s:P --> |
|