edzer / smile

An R package to analyze spatially misaligned data.

Home Page:https://lcgodoy.me/smile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smile

Spatial Misalignment: Interpolation, Linkage, and Estimation

R-CMD-check CRAN status

The goal of smile is to provide an easy to use R package that functions to estimate, predict and interpolate areal data. For estimation and prediction we use a model-based approach assuming areal data to be an average of an underlying continuos Gaussian random field. For interpolation, we use the simple areal interpolation, which is a nonparametric approach. Also, we provide functions to quantify the uncertainty associated with the simple areal interpolation when the variance of the observed variables is known.

The package accompanies a web page (powered by pkgdown) and 5 vignettes.

Vignettes

  1. Converting sf to spm objects;
  2. Fitting models and making predictions;
  3. Areal Interpolation;
  4. Method;
  5. Spatial covariance functions;

Installation

To install the CRAN version of the, use

install.packages("smile")
## remotes::install_github("lcgodoy/smile")

The installationg of the development version from Github can be done via

remotes::install_github("lcgodoy/smile")
## or devtools::install_github("lcgodoy/smile")

About

An R package to analyze spatially misaligned data.

https://lcgodoy.me/smile

License:GNU General Public License v3.0


Languages

Language:R 57.5%Language:C++ 30.8%Language:TeX 11.7%