logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Varun JakkaaScience
(/5)

734 Answers

Hire Me
expert
HimanshuComputer science
(/5)

594 Answers

Hire Me
expert
Jesse RosssEngineering
(5/5)

674 Answers

Hire Me
expert
Aaryan KhannaGeneral article writing
(5/5)

619 Answers

Hire Me
SAS
(5/5)

Explore the relationships between survival status and HF status. Do people with and without HF die at the same rate?

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Project 1

For this project you will use the SAS data file analysis_file, you created for homework 4. You can download the file from Canvas.

Include a word or pdf file with your answers

Include your SAS program in a separate file and called it project1.sas

Read the SAS dataset analysis_file for this project from CANVAS Project 1 Module. Describe the dataset: Use the procedures we have used in class to describe the dataset by doing the following:

Use the procedure of the content to see and report the name, variable type, and variable label, if available of the variables in the dataset.

Report the number of people in the study, number of people by survival status, number of HF patients (Hint: create a binary variable called HF_status that identifies HF patients by using age_at_dx (Age at HF diagnosis): missing if the patient does not have an HF diagnosis).

Describe the following 6 covariates in the study: from sex, age, dbp, sbp, smoking and cholesterol in the order they appear in the dataset. Use the adequate way to describe the variables depending on whether they are discrete (binary, nominal) or continuous. Note: smoking is the daily number of cigarettes.Check if there are missing values in the variables and report how many per variable, if any.

Create The following variables: (Variables should be numeric and should contain formats if the new variable is categorical). Pay special attention to the possibility of missing values when creating these new variables and make sure they are not in a group where they are not supposed to be.

BMI = kg/m^2 , where kg is weight in kilograms and m is height in meters. (NOTE: in this dataset weight is in pounds and height in inches so you have to convert pounds to kg and inches to meters first).Define Blood_pressure_status as follows: (NOTE: there are 2 variables systolic and diastolic that define this variable. Pay special attention to the “and” and “or”).

For Questions 3, 4 and 5 use plots and/or tables as you see fit and explain what you see. (Hint: which group is more likely to die/have HF)

Explore the relationships between survival status and HF status. Do people with and without HF die at the same rate?

Explore the relationships between survival status and:

Sex

Age

Blood Pressure Status (blood_pressure_status)

Among those who died (HINT: Restrict to only those who died from the original dataset), show a table of the cause of death.

Explore the relationship between cause of death and:

Sex

Blood_pressure_status

Show the relationship between BMI and cholesterol levels (both continuous variables), by cause of death.

(5/5)
Attachments:

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme