Learn R Programming

R2BEAT (version 1.0.5)

PSU_strat: Information on Primary Stage Units (PSUs) stratification

Description

Example data frame containing information on Primary Stage Units (PSUs) stratification.

Usage

data(beat.example)

Arguments

Format

The PSU_strat data frame contains a row for each Primary Stage Units (PSUs) with the following variables:

STRATUM

Identifier of the stratum (numeric)

PSU_MOS

Measure of size of the primary stage unit (numeric)

PSU_ID

Identifier of the primary stage unit (numeric)

Details

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

Examples

Run this code
if (FALSE) {
# Load example data
data(beat.example)
PSU_strat
str(PSU_strat)
}

Run the code above in your browser using DataLab