Assume that we are interested in modeling the effect of a medical procedure on patient-level outcomes. The dataset also includes demographic information of age, sex, insurance status, comorbidities, and year.
a) Describe in words or in an equation how you would construct the propensity score for the probability of receiving the medical procedure.
b) Is the propensity score different depending on the outcome being evaluated?
c) Describe in words (you can include equations if you want) a method you would use to construct an estimate of the effect of the medical procedure on a patient-level the outcome from the estimated propensity score.
d) There is some concern that the patients that receive this particular medical the procedure may be different in unobservable ways than patients that receive a less novel procedure for the same condition. Can we use propensity scores to correct this problem?
See the regression output for Question 2. The treatment variable is “cigarettes per day” (cig_per_day) and the outcome is continuous birth weight (dbwt). For the purpose of this question, ignore the fact that heteroscedasticity-robust standard errors are not used (they should be).
a) The second regression output adds state fixed effects.
i. State the key assumption (in words or in an equation) under which the approach recovers valid causal estimate of the effect of smoking on birth weight.
ii. Provide a specific example of something that state fixed effects may control for in this regression, which could plausibly affect both the birth weight and smoking.
iii. Does controlling for state fixed effects change the association between the treatment and the outcome?
b) The third regression output adds year fixed effects.
i. State the key assumption (in words or in an equation) under which the approach recovers valid causal estimate of the effect of smoking on birth weight.
ii. Provide a specific example of something that year fixed effects may control for in this regression, which could plausibly affect both the outcome and the treatment.
We are interested in modelling the effect of the Hospital Readmission Reduction Program (HRRP) on reducing hospital-level readmissions. This program started in year 2012 and provided additional payments or levied penalties on hospitals that performed above or below expectations in reducing preventable patient readmissions. The size of the incentives and penalties increased over time in the years after 2012. This program was applied to all acute care hospitals.
A possible control group may be Veteran’s Affairs (VA) hospitals that were not subject to HRRP. We have annual data from 2008 to 2015 for all VA and acute care hospitals. We know the readmission rate of each hospital (readm, which has a range of 8-25), as well as its status as an acute care or VA hospital (hospital type, which does not vary over time). We also have information on the patient case mix of the hospitals, which varies over time. You also know the year that the data was collected.
a) Please write a differences-in-differences model that you would use to estimate the association that the HRRP program has on readmission rate. Please make sure all the variables or vectors in your model are clearly labeled or defined. Pay particular attention to the subscripts you use.
b) Describe in words the key assumption needed for the model you wrote down to provide a valid causal estimate of the effect of the HRRP on hospital-level readmissions
c) Draw a graph that provides an example of when the above assumption holds. Label all relevant components of the graph.
d) Name one technique we learned in class that would allow us to relax the assumption you stated above (you do NOT need to provide an equation). Draw a graph that represents a scenario in which this technique would yield a valid causal estimate of the effect of interest.
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