Data Prep Sheet

Action Principale : logisticCode

Preparation Code

Script awaiting validation
Copied!
1 
2PROC CAS;
3regression.logistic TABLE="hmeq", model={depvar="BAD", effects={"DEBTINC", "LOAN"}}, store={name="myModel", replace=true};
4 
5RUN;
6 
Actions using this script
  • regression logisticCode En cours
  • No other action uses this exact script.