Data Prep Sheet

Action Principale : logisticLackfit

Preparation Code

Script awaiting validation
Copied!
1DATA getheart;
2 INFILE DATALINES;
3 INPUT STATUS $ Age Weight;
4 DATALINES;
5Dead 50 210
6Alive 60 170
7Dead 55 220
8Alive 65 160
9Dead 45 200
10Alive 58 175
11Dead 68 230
12Alive 70 150
13Dead 48 205
14Alive 62 165
15;
16PROC CASUTIL; load DATA=getheart outcaslib=casuser casout='getheart' replace; RUN;
Actions using this script
  • regression logisticLackfit En cours
  • No other action uses this exact script.