CRAN
mixor 1.0.4
Mixed-Effects Ordinal Regression Analysis
Released Jun 14, 2018 by Kellie J. Archer
This package can be loaded by Renjin but all tests failed.
Dependencies
Provides the function 'mixor' for fitting a mixed-effects ordinal and binary response models and associated methods for printing, summarizing, extracting estimated coefficients and variance-covariance matrix, and estimating contrasts for the fitted models.
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>mixor</artifactId> <version>1.0.4-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>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:mixor')
Test Results
This package was last tested against Renjin 0.9.2689 on Aug 26, 2018.
- AIC.mixor-examples
- BIC.mixor-examples
- Contrasts-examples
- SmokeOnset-examples
- SmokingPrevention-examples
- coef.mixor-examples
- concen-examples
- deviance.mixor-examples
- irt.data-examples
- logLik.mixor-examples
- mixor-examples
- norcag-examples
- plot.mixor-examples
- predict.mixor-examples
- print.mixor-examples
- schizophrenia-examples
- summary.mixor-examples
- vcov.mixor-examples