strata.Rd
Example data frame containing information on strata characteristics.
data(beat.example)
The Strata data frame contains a row per each stratum with the following variables:
Identifier of the stratum (numeric).
Stratum population size (numeric).
Mean in the stratum of the first variable (numeric).
Mean in the stratum of the j-th variable (numeric).
Mean in the stratum of the last variable (numeric).
Standard deviation in the stratum of the first variable (numeric).
Standard deviation in the stratum of the j-th variable (numeric).
Standard deviation in the stratum of the last variable (numeric).
flag (1 indicates a take all stratum, 0 a sampling stratum, usually 0 ) (numeric).
Cost per interview in each stratum, usually 0 (numeric).
Domain value to which the stratum belongs for the first type of domain (factor or numeric).
Domain value to which the stratum belongs for the a-th type of domain (factor or numeric).
Domain value to which the stratum belongs for the k-th type of domain (factor or numeric).
Note: the names of the variables must be the ones indicated above.