IDC NRBA App

The IDC NRBA App is an interactive, browser-based application that can be used to analyze survey data with respect to response rates, representativeness, and nonresponse bias. Use the IDC NRBA App to answer questions such as:

The IDC NRBA App consists of three modules that guide the user though analysis and reporting.

Installation

You can install the released version of ‘idcnrba’ from CRAN with:

install.packages("idcnrba")

To run this application, the user must have Pandoc installed. To ensure that Pandoc is installed and available, we recommend that the user run the app through RStudio, which includes a bundled installation of Pandoc.

Usage

To launch the app, run the following code in R.

library(idcnrba)

launch_app()

Within RStudio, the app can also be launched from the ‘Addins’ menu.