CRAN

anthro 0.9.1

Computation of the WHO Child Growth Standards

Released Mar 23, 2019 by Dirk Schumacher

This package can be loaded by Renjin but 30 out 142 tests failed.

Dependencies

survey 3.35-1

Provides WHO Child Growth Standards (z-scores) with confidence intervals and standard errors around the prevalence estimates, taking into account complex sample designs. More information on the methods is available online: .

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>anthro</artifactId>
    <version>0.9.1-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:anthro')

Test Results

This package was last tested against Renjin 0.9.2725 on Mar 26, 2019.

Source

R

View GitHub Mirror

Release History