CRAN

autoSEM 0.1.0

Performs Specification Search in Structural Equation Models

Released May 22, 2016 by Ross Jacobucci

This package can be loaded by Renjin but all tests failed.

Dependencies

lavaan 0.5-23.1097 snowfall 1.84-6.1 GA 3.0.2

Implements multiple heuristic search algorithms for automatically creating structural equation 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>autoSEM</artifactId>
    <version>0.1.0-b26</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:autoSEM')

Test Results

This package was last tested against Renjin 0.9.2635 on Apr 26, 2018.

Source

R

View GitHub Mirror

Release History