Multiwave-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 of elements that describe the entire survey. The list is empty upon initialization of the multiwave object, but the user may add anything to it as they see fit. It may include a "title".
phases
A list of objects of class Phase
(see other class
documentation).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.