powered by
For ACS data, margins of error will be updated appropriately, using the functionality in estimate().
estimate()
cens_margin_to(data, ...)
A new data frame that has had dplyr::group_by() and dplyr::summarize() applied.
dplyr::group_by()
dplyr::summarize()
The output of cens_get_dec() or cens_get_acs()
cens_get_dec()
cens_get_acs()
The variables of interest, which will be kept. Remaining variables will be marginalized out.
if (FALSE) { d_cens = cens_get_acs("state", "B25042") cens_margin_to(d_cens, bedrooms) }
Run the code above in your browser using DataLab