View source: R/StoxAnalyticalBaselineFunctions.R
CollapseStrata | R Documentation |
Transforms a sampling design to an equivalent one with simpler stratification
CollapseStrata(IndividualSamplingParametersData, RetainStrata = character())
IndividualSamplingParametersData |
|
RetainStrata |
character() with the names of stratification variables to retain. Stratification variables not specified here will be removed. |
The sampling information in IndividualSamplingParametersData
allows for specification of several stratification variables.
This function facilitates removal of some of these stratificaiton vairables, redefining strata to a coarser stratification scheme that still has known
stratum sizes.
If all stratification variables are removed, all samples will be assigned to a single stratum named 'All'.
IndividualSamplingParametersData
with simplified stratification
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.