IMSTAT Procedure (Analytics)
Syntax
PROC IMSTAT <options>;
AGGREGATE variable-name (aggregate-variable-options) /
ID=variable-name< options>;
ARM ITEM=item-variable TRAN=transaction-variable </ options>;
ASSESS <variable-list> /
Y=response-variable <options>;
BOXPLOT <variable-list> </ options>;
CLUSTER <variable-list> </ options>;
CORR <variable-list> </ options>;
FORECAST timestamp-variable </ options>;
GENMODEL dependent-variable <(class-variables)> =
model-effects </ options>;
GLM dependent-variable <(class-variables)> =
model-effects </ options>;
GROUPBY <variable-list> </ options>;
KDE variable-list </ options>;
LOGISTIC dependent-variable <(class-variables)> =
model-effects </ options>
MDSUMMARY variable-list </ <set-specification,...> options>;
NEURAL <target-variable> </ options>;
REGCORR <variable-list> </ options>;
SUMMARY <variable-list> </ options>;
TEXTPARSE TXT=text-variable ID=document-ID <options>;
TOPK <variable-list> </ options>;
QUIT;
Table of Procedure Tasks and Examples
Copyright © SAS Institute Inc. All rights reserved.