CRAN
mixAK 5.1
Multivariate Normal Mixture Models and Mixtures of Generalized Linear Mixed Models Including Model Based Clustering
Released May 21, 2018 by Arnošt Komárek
Dependencies
coda 0.19-1 lme4 1.1-17 fastGHQuad 0.2 colorspace 1.3-2 mnormt 1.5-5
Contains a mixture of statistical methods including the MCMC methods to analyze normal mixtures. Additionally, model based clustering methods are implemented to perform classification based on (multivariate) longitudinal (or otherwise correlated) data. The basis for such clustering is a mixture of multivariate generalized linear mixed 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>mixAK</artifactId> <version>5.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>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:mixAK')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- Acidity-examples
- BLA-examples
- BsBasis-examples
- Dirichlet-examples
- Enzyme-examples
- Faithful-examples
- GLMMlongitDA-examples
- GLMMlongitDA2-examples
- Galaxy-examples
- MVN-examples
- MVNmixture-examples
- MVT-examples
- MatMPpinv-examples
- MatSqrt-examples
- NMixCluster-examples
- NMixPredDensJoint2-examples
- NMixPredDensMarg-examples
- NMixRelabel-examples
- PBC910-examples
- PBCseq-examples
- SP2Rect-examples
- SimData-examples
- TNorm-examples
- Tandmob-examples
- TandmobEmer-examples
- Wishart-examples
- autolayout-examples
- cbplot-examples
- fitted.GLMMMCMC-examples
- generatePermutations-examples
- getProfiles-examples
- plot.NMixPredDensJoint2-examples
- plot.NMixPredDensMarg-examples
- plotProfiles-examples
- rRotationMatrix-examples
- rSamplePair-examples
- summaryDiff-examples