RRreg

R package for multivariate analyses of the randomized response technique

https://github.com/danheck/rrreg

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.0%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

R package for multivariate analyses of the randomized response technique

Basic Info
  • Host: GitHub
  • Owner: danheck
  • Language: R
  • Default Branch: master
  • Size: 1.43 MB
Statistics
  • Stars: 3
  • Watchers: 1
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Created over 11 years ago · Last pushed 12 months ago
Metadata Files
Readme

README.md

CRAN_Status_Badge Workflow Licence monthly downloads total downloads <!--Research software impact-->

RRreg

The package RRreg provides univariate and multivariate methods for randomized response (RR) survey designs (e.g., Warner, 1965). Univariate estimates of true proportions can be obtained using RRuni. RR variables can be used in multivariate analyses for correlations (RRcor), as dependent variable in a logistic regression (RRlog) and as predictors in a linear regression (RRlin). The function RRgen generates single RR data sets, whereas RRsimu generates and analyzes RR data repeatedly for simulation and bootstrap purposes.

Links

The package can be downloaded from CRAN by typing install.packages("RRreg") in an active R session.

To get the most recent version, RRreg can also directly be installed from GitHub by: ```

install.packages("devtools")

devtools::install_github("danheck/RRreg") ```

The vignette is available within R by typing vignette('RRreg') or at https://dwheck.de/vignettes/RRreg.html.

Citation

If you use RRreg in publications, please cite the package as follows:

  • Heck, D. W., & Moshagen, M. (2018). RRreg: An R package for correlation and regression analyses of randomized response data. Journal of Statistical Software, 85 (2), 1–29. https://doi.org/10.18637/jss.v085.i02

Owner

  • Name: Daniel Heck
  • Login: danheck
  • Kind: user
  • Location: Germany
  • Company: Philipps-Universität Marburg

GitHub Events

Total
  • Push event: 2
Last Year
  • Push event: 2

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 69
  • Total Committers: 2
  • Avg Commits per committer: 34.5
  • Development Distribution Score (DDS): 0.014
Past Year
  • Commits: 10
  • Committers: 1
  • Avg Commits per committer: 10.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Daniel Heck d****k@w****e 68
moshagen m****n@u****e 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: about 1 hour
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • moshagen (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 487 last-month
  • Total docker downloads: 42,860
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 20
  • Total maintainers: 1
cran.r-project.org: RRreg

Correlation and Regression Analyses for Randomized Response Data

  • Versions: 20
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 487 Last month
  • Docker Downloads: 42,860
Rankings
Forks count: 17.8%
Stargazers count: 24.2%
Downloads: 26.3%
Average: 26.7%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Maintainers (1)
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.5.0 depends
  • doParallel * imports
  • foreach * imports
  • grDevices * imports
  • graphics * imports
  • lme4 * imports
  • parallel * imports
  • stats * imports
  • R.rsp * suggests
  • knitr * suggests
  • rmarkdown * suggests
.github/workflows/check-standard.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite