class: center, middle, inverse, title-slide # Access to Care ### RStudio --- ## County population vs hospitals <img src="data:image/png;base64,#/opt/rstudio-connect/mnt/report/access-to-care_files/figure-html/unnamed-chunk-1-1.png" style="display: block; margin: auto;" /> --- ## Model ``` ## ## Call: ## lm(formula = hospitals ~ population, data = .) ## ## Residuals: ## Min 1Q Median 3Q Max ## -11.8283 -0.7683 0.0525 0.2029 9.7054 ## ## Coefficients: ## Estimate Std. Error t value Pr(>|t|) ## (Intercept) 7.561e-01 3.906e-02 19.36 <2e-16 *** ## population 7.298e-06 1.419e-07 51.43 <2e-16 *** ## --- ## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 ## ## Residual standard error: 1.118 on 941 degrees of freedom ## Multiple R-squared: 0.7376, Adjusted R-squared: 0.7373 ## F-statistic: 2645 on 1 and 941 DF, p-value: < 2.2e-16 ``` --- ## Overlay the model <img src="data:image/png;base64,#/opt/rstudio-connect/mnt/report/access-to-care_files/figure-html/unnamed-chunk-3-1.png" style="display: block; margin: auto;" />