CRAN

gmnl 1.1-3.1

Multinomial Logit Models with Random Parameters

Released Nov 6, 2018 by Mauricio Sarrias

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

Dependencies

truncnorm 1.0-8 msm 1.6.6 plotrix 3.7-4 Formula 1.2-3 mlogit 0.3-0 maxLik 1.3-4

An implementation of maximum simulated likelihood method for the estimation of multinomial logit models with random coefficients. Specifically, it allows estimating models with continuous heterogeneity such as the mixed multinomial logit and the generalized multinomial logit. It also allows estimating models with discrete heterogeneity such as the latent class and the mixed-mixed multinomial logit model.

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>gmnl</artifactId>
    <version>1.1-3.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:gmnl')

Test Results

This package was last tested against Renjin 0.9.2709 on Nov 9, 2018.

Source

R

View GitHub Mirror

Release History