CRAN

McSpatial 2.0

Nonparametric spatial data analysis

Released May 26, 2013 by Daniel McMillen

This package can be loaded by Renjin but 26 out 42 tests failed.

Dependencies

maptools 0.9-2 locfit 1.5-9.1 SparseM 1.77 RANN 2.5.1 quantreg 5.35 lattice 0.20-35

Locally weighted regression, semiparametric and conditionally parametric regression, fourier and cubic spline functions, GMM and linearized spatial logit and probit, k-density functions and counterfactuals, nonparametric quantile regression and conditional density functions, Machado-Mata decomposition for quantile regressions, spatial AR model, repeat sales models, conditionally parametric logit and probit

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>McSpatial</artifactId>
    <version>2.0-b36</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:McSpatial')

Test Results

This package was last tested against Renjin 0.9.2622 on Apr 8, 2018.

Source

R

View GitHub Mirror

Release History