Marc Reitz
December 9, 2018
According to the Skin Cancer Foundation, “Melanoma” is the most dangerous form of skin cancer. These cancerous growths develop when unrepaired DNA damage to skin cells (most often caused by ultraviolet radiation from sunshine or tanning beds) triggers mutations (genetic defects) that lead the skin cells to multiply rapidly and form malignant tumors. Given a family history of skin cancer and my own experience in the health care industry, this analysis uses a publicly available dataset (CMS.gov) to look at the performance of health care provider groups that report on the disease.
This web application uses the following data set:
Physician Compare 2016 Group Public Reporting https://data.medicare.gov/Physician-Compare/Physician-Compare-2016-Group-Public-Reporting/dyub-7qq9
The web application may be found here: https://marc905.shinyapps.io/Prescriber_Group/
The Prescriber Group data set was reduced to a subset of the performance metrics and providers that focus just on Melanoma. Linear models were then created to explore the relationship between the category of “Melanoma: Coordination of Care” and other Melanoma-related metrics.
Unfortunately, all three models returned a R squared value between 0.2 and 0.25. Therefore, I'd conclude that none of the models explained a great deal about a given care provider organization expected Coordination of Care proficiencies. At the same time, I've learned a great deal about the data sets that CMS makes publicly accessible, the Shiny platform and creating presentations through R.
summary(linear_model1)$coef
Estimate Std. Error t value
(Intercept) 71.4465114 8.64141684 8.267916
Measure.Performance.Rate.PQRS_GRP_397_1 0.2277743 0.09613261 2.369376
Pr(>|t|)
(Intercept) 6.981272e-08
Measure.Performance.Rate.PQRS_GRP_397_1 2.799270e-02