View source: R/get_variance_method.R
get_variance_method | R Documentation |
Summarize the variance estimation method for the survey design
get_variance_method(survey_design)
survey_design |
A survey design object created with the |
For replicate designs, the type of replicates will be determined
based on the 'type'
element of the survey design object.
If type = 'bootstrap'
, this can correspond to any of various
types of bootstrap replication (Canty-Davison bootstrap, Rao-Wu's (n-1) bootstrap, etc.).
For designs which use linearization-based variance estimation, the summary only indicates that linearization is used for variance estimation and, if a special method is used for PPS variance estimation (e.g. Overton's approximation), that PPS variance estimation method will be described.
A text string describing the method used for variance estimation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.