CRAN

mbir 1.3.5

Magnitude-Based Inferences

Released Jan 22, 2019 by Kyle Peterson

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

Dependencies

psych 1.8.12 effsize 0.7.4

Allows practitioners and researchers a wholesale approach for deriving magnitude-based inferences from raw data. A major goal of 'mbir' is to programmatically detect appropriate statistical tests to run in lieu of relying on practitioners to determine correct stepwise procedures independently.

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>mbir</artifactId>
    <version>1.3.5-b1</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:mbir')

Test Results

This package was last tested against Renjin 0.9.2719 on Jan 24, 2019.

Source

R

View GitHub Mirror

Release History