Packages and Data

#R> Warning in (function (x) : NAs introduced by coercion
#R> Warning in (function (x) : NAs introduced by coercion
#R> Warning in (function (x) : NAs introduced by coercion
#R> Warning in (function (x) : NAs introduced by coercion
#R> Warning in (function (x) : NAs introduced by coercion
#R> Warning in (function (x) : NAs introduced by coercion
#R>        state Grade.7 Grade.8 Grade.9 Grade.10 Grade.11 Grade.12
#R> 1    Alabama      NA      NA   64569    53604    47538    42672
#R> 2     Alaska   10886   10857   11934    10664     9625     8766
#R> 3    Arizona   80011   78747   92028    82686    75384    71161
#R> 4   Arkansas      NA      NA   38359    35869    31995    28698
#R> 5 California  496757  502927  554935   501661   462940   412605
#R> 6   Colorado   59548   59397   64446    57678    52770    50387
#R> # A tibble: 6 x 3
#R>   state   Grade Dropouts
#R>   <chr>   <dbl>    <dbl>
#R> 1 Alabama     7       NA
#R> 2 Alabama     8       NA
#R> 3 Alabama     9    64569
#R> 4 Alabama    10    53604
#R> 5 Alabama    11    47538
#R> 6 Alabama    12    42672

Dropouts per State in 2004-2005 School Year

#R> Warning: Removed 94 rows containing missing values (position_stack).
#R> Warning: Removed 101 rows containing missing values (geom_bar).

#Dropouts in the US per Grade

#R> mapping: yintercept = ~yintercept 
#R> geom_hline: na.rm = FALSE
#R> stat_identity: na.rm = FALSE
#R> position_identity
#R> Warning: Removed 37 rows containing missing values (position_stack).