by_plan | R Documentation |
If x
is repeated for each district, it returns a plan level value. Otherwise
it returns x
.
by_plan(x, ndists)
x |
summary statistic at the district level |
ndists |
numeric. Number of districts. Estimated as the gcd of the unique run length encodings if missing. |
x or plan level subset of x
by_plan(letters)
by_plan(rep(letters, each = 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.