Data Prep Sheet

Action Principale : logisticOddsRatio

Preparation Code

Script awaiting validation
Copied!
1DATA mycas.SampleInput; LENGTH C $8; INPUT Y A B C; DATALINES;
21 10 20 'L1'
30 12 22 'L2'
41 15 25 'L1'
50 18 28 'L2'
6; RUN;
7PROC CAS; regression.logistic / TABLE='SampleInput' class={'C'} model={depvar='Y', effects={'A', 'B', 'C'}} store={name='myModel', replace=true}; RUN; QUIT;
Actions using this script
  • regression logisticOddsRatio En cours
  • No other action uses this exact script.