PROC PHREG <options>;
ASSESS keyword </ options>;
BASELINE <OUT=SAS-data-set> <COVARIATES=SAS-data-set>
<keyword=name...keyword=name> </ options>;
BAYES <options>;
BY variables;
CLASS variable <(options)> <...variable<(options)>> </ options>;
CONTRAST <'label'> effect values <,..., efect values> </ options>;
EFFECT name=effect-type (variables </ options>);
ESTIMATE <'label'> estimate-specification</ options>;
FREQ variable;
HAZARDRATIO <'label'> variable </ options>;
ID variables;
LSMEANS <model-effects> </options>;
LSMESTIMATE model-effect lsmestimate-specification </options>;
MODEL response <* censor(list)> <keyword=name...keyword=name> </ options>;
OUTPUT <OUT=SAS-data-set> <keyword=name...keyword=name> </ options>;
Programming statements;
RANDOM variable</ options>;
ROC <'label'> specification;
SLICE model-effect </ options>;
STORE <OUT=> item-store-name </ LABEL='label'>;
STRATA variable <(list)> <...variable <(list)>> </ option>;
<label:> TEST equation <,..., equation> </ options>;
WEIGHT variable </ options>;
RUN;
コメント