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.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
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
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme