Title: | Interactive Application for Analyzing Representativeness and Nonresponse Bias |
---|---|
Description: | Provides access to the Idea Data Center (IDC) application for conducting nonresponse bias analysis (NRBA). The IDC NRBA app is an interactive, browser-based Shiny application that can be used to analyze survey data with respect to response rates, representativeness, and nonresponse bias. This app provides a user-friendly interface to statistical methods implemented by the 'nrba' package. Krenzke, Van de Kerckhove, and Mohadjer (2005) <http://www.asasrms.org/Proceedings/y2005/files/JSM2005-000572.pdf> and Lohr and Riddles (2016) <https://www150.statcan.gc.ca/n1/en/pub/12-001-x/2016002/article/14677-eng.pdf?st=q7PyNsGR> provide an overview of the statistical methods implemented in the application. |
Authors: | Ben Schneider [aut, cre]
|
Maintainer: | Ben Schneider <[email protected]> |
License: | GPL (>= 3) |
Version: | 1.1.0 |
Built: | 2025-01-27 04:56:15 UTC |
Source: | https://github.com/cran/idcnrba |
Launches an interactive application for conducting nonresponse bias analysis.
launch_app(maxRequestSize = 50, debug = FALSE, shiny.server = FALSE)
launch_app(maxRequestSize = 50, debug = FALSE, shiny.server = FALSE)
maxRequestSize |
Number defining the maximum allowed filesize (in megabytes) for uploaded files, defaults to 50MB |
debug |
Logical value. If |
shiny.server |
Setting this parameter to |
The application is a graphical user interface developed using the shiny and rmarkdown frameworks. This application requires Pandoc to be installed. If the application is run from within RStudio, then Pandoc should automatically be available, as Pandoc is bundled with RStudio installations.
Launches an interactive Shiny app; the function does not return a value.
if (interactive()) { launch_app() }
if (interactive()) { launch_app() }