- Notifications
You must be signed in to change notification settings - Fork1
An R package to analyze spatially misaligned data.
License
lcgodoy/smile
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
| output |
|---|
github_document |
Thesmile package for R simplifies the analysis of spatial data. It offerstools to:
Estimate and predicte: Using a model-based approach, smile treats arealdata as averages derived from a continuous Gaussian random field. It ispossible to model point-referenced and areal data jointly.
Interpolate: For straightforward interpolation, smile employs anon-parametric method known as simple areal interpolation.
Quantify uncertainty: When dealing with simple areal interpolation andknowing the variance of your observations, smile helps you quantify theuncertainty associated with the interpolation.
Essentially, smile provides a user-friendly way to explore, model, andinterpolate spatial data with R, offering both model-based and non-parametricapproaches.
The package accompanies a web page (powered bypkgdown) and 5 vignettes.
- Converting
sftospmobjects; - Fitting models and makingpredictions;
- Areal Interpolation;
- Method;
- Spatial covariance functions;
To install theCRAN version of the package, use
install.packages("smile")The installation 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.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.