Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.Rmd #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions index.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Opoid-Related Deaths in New York State"
title: "Opioid-Related Deaths in New York State"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check spelling throughout.

author: "Anuwat Pengput"
subtitle: Spatial Epidemiological Analysis and Risk Factors of Opoid-Related Deathsin
New York
Expand All @@ -8,14 +8,14 @@ output:
df_print: paged
---

# Introduction
# Introduction
Opioid analgesics are pain relievers derived from opium or have an opium-like activity. There are no better drugs than opioids for treating severe pain and suffering, however, opioids are the main drugs associated with overdose deaths. Opioid prescription rates have increased almost threefold associated with an increase of opioid related overdoses and deaths in the last 15 years. New York has been greatly impacted by the opioid epidemic. The rate of deaths related to any opioid in New York has increased by 210% from 2010 to 2016. The opioid overdose death rate in the overall state was 18 deaths per 100,000 residents, which was higher than many states in the United States.

# Materials and methods


1. Download all packages
2. Downlaod opioid data and New York census, and join opioid data and New York census
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please expand this to be a narrative instead of bullet points. Where did the data come from? how can someone find them?

1. Download all packages
2. Downlaod opioid data and New York census, and join opioid data and New York census
3. Create plots and maps to illustrate the distribution of opioid deaths
4. Predict association between number of opioid deaths and household incomes

Expand All @@ -37,7 +37,7 @@ library(plyr)
knitr::opts_chunk$set(cache=TRUE) # cache the results for quick compiling
```

## Download and clean all required data
## Download and clean all required data
```{r, message=FALSE, warning=FALSE, results = 'hide'}
NY <- get_acs(geography = "county",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is where you should also get the population estimates. And you may want to limit this to some ages (18-30)? Do you know how old the people who died were? Maybe use a similar range?

variables = c(medincome = "B19013_001"),
Expand Down Expand Up @@ -105,4 +105,4 @@ ggPredict(fit,se=TRUE,interactive=TRUE)
I learned how to prepare data, create plots for final porject.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

of course you'll need to update this to be a more formal conclusion about the data.



# References
# References