allocation.Rd
Example data frame containing a given allocation.
data(beat.example)
The Strata data frame contains a row per each stratum with the following variables:
Stratum sample size (numeric)
Note: the names of the variables must be the ones indicated above.
# Load example data
data(beat.example)
allocation
#> SIZE
#> 1 4276
#> 2 350
#> 3 59
#> 4 96
#> 5 42
#> 6 97
#> 7 26
#> 8 45
#> 9 56
#> 10 199
#> 11 41
#> 12 184
#> 13 127
#> 14 42
#> 15 630
#> 16 273
#> 17 315
str(allocation)
#> 'data.frame': 17 obs. of 1 variable:
#> $ SIZE: num 4276 350 59 96 42 ...