CRAN
misreport 0.1.1
Statistical Analysis of Misreporting on Sensitive Survey Questions
Released Feb 27, 2017 by Gregory Eady
Dependencies
numDeriv 2016.8-1 VGAM 1.0-5 mvtnorm 1.0-8
Enables investigation of the predictors of misreporting on sensitive survey questions through a multivariate list experiment regression method. The method permits researchers to model whether a survey respondent's answer to the sensitive item in a list experiment is different from his or her answer to an analogous direct question.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>misreport</artifactId> <version>0.1.1-b16</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:misreport')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.