Skip to content

Commit

Permalink
Include description and limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
clarabicalho committed Jun 20, 2018
1 parent 28ad574 commit 63dfb64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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.
#'
Expand Down Expand Up @@ -84,7 +84,7 @@ attr(randomized_response_designer,"shiny_arguments") <-
withholding_rate = c(.5,seq(.05,.95,.1))
)
attr(randomized_response_designer,"description") <- "
<p> A randomized response design
<p> A randomized response design.
"


Expand Down

0 comments on commit 63dfb64

Please sign in to comment.