The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

RISQ

RISQ is a package for the estimation of Representativity Indicators for Survey Quality.

Installation

To install RISQ, use the following R command.

install.packages("risq")

Usage

Below is an example of how to estimate indicators.

library(risq)

# Construct RISQ object.
risq_hlc <- risq(predictor = ~ gender + age, data = hlc)

# Estimate R-indicator.
ri(risq_hlc, "response_1")
#> $value
#> [1] 0.9450971
#> 
#> $se
#> [1] 0.005386833

# Estimate coefficient of variation.
cv(risq_hlc, "response_1")
#> $value
#> [1] 0.05022405
#> 
#> $se
#> [1] 0.00492778

More Information

For more information, read the vignettes.

browseVignettes("risq")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.