Original Analyses – Variable Selections In Week 4 students will
perform original analyses of Heart dataset variables*. Students
should either select one row of pre-approved variables or use the
Heart CSV Codebook to create a proposal for their instructor to
review.
Instructor Approval Required Prior to Analyses to
Ensure Students Have Unique Variable Results.
NOTE: Student that select a row with a restriction will need to add
a where statement to their code on all data lines.
EXAMPLE: proc logistic data=SASHELP.HEART (where= ((SEX) in
('Female'))); model status (event='dead') = weight;
run;
Original Analyses – Variable Selections In Week 4 students will perform original analyses of Heart dataset variables*. S
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am