Data Prep Sheet

Action Principale : logisticAssociation

Preparation Code

Script awaiting validation
Copied!
1DATA score_data;
2 INPUT response probability;
3 DATALINES;
41 0.95
51 0.82
60 0.15
71 0.76
80 0.22
90 0.35
101 0.88
110 0.08
12;
13RUN;
14 
15PROC CASUTIL;
16 load DATA=score_data casout="score_data_cas" replace;
17RUN;
Actions using this script
  • regression logisticAssociation En cours
  • No other action uses this exact script.