CRAN
QVM 0.1.0
Questionnaires Validation Module
Released Jun 30, 2016 by Nery Sofia Huerta-Pacheco
This package can be loaded by Renjin but no tests could be found for the package.
Dependencies
IMPACT 0.1.1 pander 0.6.2 ltm 1.1-1 mvtnorm 1.0-8 nlme 3.1-137 psych 1.8.4 multilevel 2.6 gWidgets 0.0-54
Implement a multivariate analysis interface for questionnaire validation of Likert-type scale variables.
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>QVM</artifactId> <version>0.1.0-b25</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:QVM')