CRAN
McSpatial 2.0
Nonparametric spatial data analysis
Released May 26, 2013 by Daniel McMillen
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>
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.
- CookCensusTracts-examples
- condens-examples
- cparlogit-examples
- cparlwr-examples
- cparlwrgrid-examples
- cparmlogit-examples
- cparprobit-examples
- cubespline-examples
- dfldens-examples
- fourier-examples
- geodistance-examples
- geogravity-examples
- geoshape-examples
- gmmlogit-examples
- gmmprobit-examples
- kdensity-examples
- ksim-examples
- lwr-examples
- lwrgrid-examples
- maketarget-examples
- makew-examples
- matchdata-examples
- matchmahal-examples
- matchprop-examples
- matchqreg-examples
- qregbmat-examples
- qregcdf-examples
- qregcpar-examples
- qreglwr-examples
- qregsim1-examples
- qregsim2-examples
- qregspiv-examples
- repsale-examples
- repsaledata-examples
- repsalefourier-examples
- repsaleqreg-examples
- sarml-examples
- semip-examples
- smooth12-examples
- splogit-examples
- spprobit-examples
- spprobitml-examples