get.coverage {dssd}R Documentation

S4 generic method to extract coverage scores

Description

Obtains the coverage scores from the survey design object.

Usage

get.coverage(object, strata.id = "all")

## S4 method for signature 'Survey.Design'
get.coverage(object, strata.id = "all")

Arguments

object

an object which inherits from class Survey.Design

strata.id

either "all" or a numeric value indicating the strata index.

Details

See ?make.design for example code

Value

a vector of coverage scores

See Also

make.design


[Package dssd version 1.0.2 Index]