CRAN

NormPsy 1.0.8

Normalisation of Psychometric Tests

Released May 18, 2018 by Cecile Proust-Lima

This package can be loaded by Renjin but 2 out 3 tests failed.

Dependencies

lcmm 1.7.8

Functions for normalizing psychometric test scores. The normalization aims at correcting the metrological properties of the psychometric tests such as the ceiling and floor effects and the curvilinearity (unequal interval scaling). Functions to compute and plot predictions in the natural scale of the psychometric test from the estimates of a linear mixed model estimated on the normalized scores are also provided. See Philipps et al (2014) for details.

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>NormPsy</artifactId>
    <version>1.0.8-b2</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:NormPsy')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.

Source

R
C
Fortran

View GitHub Mirror

Release History