From 6778a51da207447aa2a7f7b2a90dc15421563acb Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 18 Dec 2024 13:47:37 +0100 Subject: [PATCH] Update R/rescale_weights.R Co-authored-by: Etienne Bacher <52219252+etiennebacher@users.noreply.github.com> --- R/rescale_weights.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/rescale_weights.R b/R/rescale_weights.R index 61d2f2738..c69aad52c 100644 --- a/R/rescale_weights.R +++ b/R/rescale_weights.R @@ -6,7 +6,7 @@ #' probability) weights, which should be used when analyzing complex samples #' and survey data. `rescale_weights()` implements two algorithms, one proposed #' by \cite{Asparouhov (2006)} and \cite{Carle (2009)} and one proposed by -#' \cite{Kish 1965}, to rescale design weights in survey data to account for the +#' \cite{Kish (1965)}, to rescale design weights in survey data to account for the #' grouping structure of multilevel models, which then can be used for #' multilevel modelling. #'