Original Analyses – Variable Selections In Week 4 students will perform original analyses of Heart dataset variables*. S

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Original Analyses – Variable Selections In Week 4 students will perform original analyses of Heart dataset variables*. S

Post by answerhappygod »

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;
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply