Description Usage Arguments Details Value Examples
creates a 'survey' design object from the data
1 2 | map_to_design(data, cluster_variable_name = NULL,
weighting_function = NULL)
|
data |
the dataset as a sampling frame. Must match the sampling frame provided to create the 'weighting_function' produced with 'map_to_weighting()' |
weighting_function |
if cluster sampling was used, what's the name of the column in 'data' that identifies the cluster? |
create a 'survey' package design object from the data and information on the sampling strategy
a 'survey' package design object
1 | ## Not run: map_to_design(data,cluster_variable_name="cluster_id")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.