Data Prep Sheet

Action Principale : logisticScore

Preparation Code

Script awaiting validation
Copied!
1PROC CAS;
2 regression.logistic
3 TABLE={name='heart'},
4 class={'Status', 'Sex'},
5 model={depvar='Status',
6 effects={'Sex', 'Age', 'Weight', 'VO2_Max'}},
7 store={name='myModel', replace=true};
8RUN;
Actions using this script
  • regression logisticScore En cours
  • No other action uses this exact script.