CRAN

gwrr 0.2-1

Fits geographically weighted regression models with diagnostic tools

Released Jun 19, 2013 by David Wheeler

This package can be loaded by Renjin but 2 out 7 tests failed.

Dependencies

lars 1.2 fields 9.6

Fits geographically weighted regression (GWR) models and has tools to diagnose and remediate collinearity in the GWR models. Also fits geographically weighted ridge regression (GWRR) and geographically weighted lasso (GWL) 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>gwrr</artifactId>
    <version>0.2-1-b39</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:gwrr')

Test Results

This package was last tested against Renjin 0.9.2685 on Aug 24, 2018.

Source

R

View GitHub Mirror

Release History