Data Prep Sheet

Action Principale : logisticAssociation

Preparation Code

Script awaiting validation
Copied!
1PROC CAS;
2deletion.droptable / TABLE='score', quiet=true;
3 TABLE.loadTable / path='getstarted.sashdat' caslib='samples' casOut={name='getstarted', replace=true};
4 regression.logistic / TABLE='getstarted' class={'bad', 'job'} model={depvar='bad', effects={'job', 'delinq', 'derog'}} store={name='fitStore', replace=true} OUTPUT={casout={name='score', replace=true},pred='p_bad1',p='p_good1'};
5 RUN;
Actions using this script
  • regression logisticAssociation En cours
  • No other action uses this exact script.