The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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 continuous 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.
sf
to spm
objects;To install the CRAN version of the, use
install.packages("smile")
## remotes::install_github("lcgodoy/smile")
The installation of the development version from GitHub can be done via
::install_github("lcgodoy/smile")
remotes## or devtools::install_github("lcgodoy/smile")
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.