Skip to content

Commit

Permalink
Update Confidence_Intervals_Regressions.R
Browse files Browse the repository at this point in the history
  • Loading branch information
eliserust authored Dec 8, 2021
1 parent c73b26e commit cc08f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Final_Report_Code/Confidence_Intervals_Regressions.R
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ prison_small <- facilities %>%
drop_na()
cor(prison_small)

# Regression of colleges
# Regression of prisons
regression_prisons <- lm(case_rate ~ facility_type+state+latest_inmate_population+political_party+county_population, data = facilities)
stats_prisons <- summary(regression_prisons)
print(stats_prisons)

0 comments on commit cc08f71

Please sign in to comment.