stratum {hhh4contacts} | R Documentation |
Extract Strata
Description
Methods to extract strata information from an object.
Here we only define a method for class "sts"
.
Usage
stratum(x, ...)
## S4 method for signature 'sts'
stratum(x, which = NULL, ...)
Arguments
x |
an object of class |
... |
further arguments passed to methods. |
which |
an integer (strata dimension) or |
Value
a character vector of strata names of length ncol(x)
.
Methods (by class)
-
stratum(sts)
: Extract the names of the units, i.e., thecolnames
, from a multivariate"sts"
object. If the units result from the interaction of multiple strata separated by dots, e.g.,"region.group"
, the function can also extract the names corresponding to a specific strata dimension, e.g.,which = 2
to get the group names.
Examples
noroBEall <- noroBE(by = "all", flatten = TRUE)
stratum(noroBEall) # just colnames(noroBEall)
stratum(noroBEall, which = 2) # the age groups
[Package hhh4contacts version 0.13.3 Index]