Wave-class | R Documentation |
optimall defines three S4 classes for organizing the
multi-wave sampling workflow: Wave
, Phase
,
and Multiwave
.
An object of class Multiwave
holds metadata and a list of objects of
class Phase
, which in turn holds metadata and a list of
objects of class
Wave
. These three object classes are used together to organize the
workflow of multi-wave sampling designs.
metadata
A list containing the metadata for the wave.
design
a dataframe specifying the design of the wave.
Is often the output of allocate_wave
.
samples
A character vector containing the ids of the units sampled in the wave.
sampled_data
A dataframe holding the data, with ids, collected in this wave of sampling
data
A dataframe holding the updated full data set with all of the Phase 1 sampling units including the samples collected in this wave.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.