diff --git a/R/rescale_weights.R b/R/rescale_weights.R index 35e1bba98..ee3f8398f 100644 --- a/R/rescale_weights.R +++ b/R/rescale_weights.R @@ -5,10 +5,9 @@ #' allow the user to specify frequency weights, but not design (i.e., sampling #' or probability) weights, which should be used when analyzing complex samples #' (e.g., probability samples). `rescale_weights()` implements two algorithms, -#' one proposed by \cite{Asparouhov (2006)} and \cite{Carle (2009)} and one -#' proposed by by \cite{Asparouhov (2006)} and \cite{Carle (2009)}, to rescale +#' one proposed by \cite{Asparouhov (2006)} and \cite{Carle (2009)}, to rescale #' design weights in survey data to account for the grouping structure of -#' multilevel models, and and one based on the design effect proposed by +#' multilevel models, and one based on the design effect proposed by #' \cite{Kish (1965)}, to rescale weights by the design effect to account for #' additional sampling error introduced by weighting. #' @param data A data frame. diff --git a/man/rescale_weights.Rd b/man/rescale_weights.Rd index 85ffae0b9..b2a329a3e 100644 --- a/man/rescale_weights.Rd +++ b/man/rescale_weights.Rd @@ -47,10 +47,9 @@ Most functions to fit multilevel and mixed effects models only allow the user to specify frequency weights, but not design (i.e., sampling or probability) weights, which should be used when analyzing complex samples (e.g., probability samples). \code{rescale_weights()} implements two algorithms, -one proposed by \cite{Asparouhov (2006)} and \cite{Carle (2009)} and one -proposed by by \cite{Asparouhov (2006)} and \cite{Carle (2009)}, to rescale +one proposed by \cite{Asparouhov (2006)} and \cite{Carle (2009)}, to rescale design weights in survey data to account for the grouping structure of -multilevel models, and and one based on the design effect proposed by +multilevel models, and one based on the design effect proposed by \cite{Kish (1965)}, to rescale weights by the design effect to account for additional sampling error introduced by weighting. }