CRAN

ZOIP 0.1

ZOIP Distribution, ZOIP Regression, ZOIP Mixed Regression

Released Dec 19, 2017 by Juan Camilo Diaz Zapata

This package can be loaded by Renjin but 4 out 11 tests failed.

Dependencies

GHQp 1.0 boot 1.3-20 numDeriv 2016.8-1 rmutil 1.1.1

The ZOIP distribution (Zeros Ones Inflated Proportional) is a proportional data distribution inflated with zeros and/or ones, this distribution is defined on the most known proportional data distributions, the beta and simplex distribution, Jørgensen and Barndorff-Nielsen (1991) , also allows it to have different parameterizations of the beta distribution, Ferrari and Cribari-Neto (2004) , Rigby and Stasinopoulos (2005) . The ZOIP distribution has four parameters, two of which correspond to the proportion of zeros and ones, and the other two correspond to the distribution of the proportional data of your choice. The 'ZOIP' package allows adjustments of regression models for fixed and mixed effects for proportional data inflated with zeros and/or ones.

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>ZOIP</artifactId>
    <version>0.1-b5</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:ZOIP')

Test Results

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

Source

R

View GitHub Mirror

Release History