From 63dfb64b317c2fabb63078917f6427f07fc16bfc Mon Sep 17 00:00:00 2001 From: Clara Bicalho Date: Wed, 20 Jun 2018 18:49:09 +0200 Subject: [PATCH] Include description and limitation --- R/randomized_response_designer.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/R/randomized_response_designer.R b/R/randomized_response_designer.R index b8decc3d..98b1a916 100644 --- a/R/randomized_response_designer.R +++ b/R/randomized_response_designer.R @@ -1,8 +1,8 @@ #' Create a randomized response design #' -#' Description here +#' A randomized response design. #' -#' Key limitations: Limitations here. +#' Key limitations: This design employs a specific variation of randomized response that randomly requires respondents to provide a fixed answer to the sensitive question (see Blair, Imai, and Zhou (2015) for alternative applications and estimation strategies). #' #' Note: Note here. #' @@ -84,7 +84,7 @@ attr(randomized_response_designer,"shiny_arguments") <- withholding_rate = c(.5,seq(.05,.95,.1)) ) attr(randomized_response_designer,"description") <- " -

A randomized response design +

A randomized response design. "