Example data frame containing a given allocation.

data(beat.example)

Format

The Strata data frame contains a row per each stratum with the following variables:

SIZE

Stratum sample size (numeric)

Details

Note: the names of the variables must be the ones indicated above.

Examples

# 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 ...