Data Prep Sheet

Action Principale : glmScore

Preparation Code

Script awaiting validation
Copied!
1DATA sData;
2 INPUT x y c$;
3 DATALINES;
41 2 A
52 4 B
63 6 A
74 8 B
85 10 A
96 12 B
10;
11RUN;
12 
13PROC CAS;
14 upload caslib="casuser" path="sData.sas7bdat" out="sData" promote;
15QUIT;
Actions using this script
  • regression glmScore En cours
  • No other action uses this exact script.