CRAN
nlsem 0.8
Fitting Structural Equation Mixture Models
Released May 1, 2017 by Nora Umbach
This package can be loaded by Renjin but 3 out 14 tests failed.
Dependencies
orthopolynom 1.0-5 nlme 3.1-137 gaussquad 1.0-2 mvtnorm 1.0-8 lavaan 0.6-1
Estimation of structural equation models with nonlinear effects and underlying nonnormal distributions.
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>nlsem</artifactId> <version>0.8-b13</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:nlsem')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.