CRAN

AutoSEARCH 1.5

General-to-Specific (GETS) Modelling

Released Mar 27, 2015 by Genaro Sucarrat

This package is available for Renjin and there are no known compatibility issues.

Dependencies

lgarch 0.6-2 zoo 1.8-1

General-to-Specific (GETS) modelling of the mean and variance of a regression. NOTE: The package has been succeeded by gets, also available on the CRAN, which is more user-friendly, faster and easier to extend. Users are therefore encouraged to consider gets instead.

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>AutoSEARCH</artifactId>
    <version>1.5-b240</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:AutoSEARCH')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.

Source

R

View GitHub Mirror

Release History