RcppCensSpatial: Spatial Estimation and Prediction for Censored/Missing Responses

It provides functions to estimate parameters in linear spatial models with censored/missing responses via the Expectation-Maximization (EM), the Stochastic Approximation EM (SAEM), or the Monte Carlo EM (MCEM) algorithm. These algorithms are widely used to compute the maximum likelihood (ML) estimates in problems with incomplete data. The EM algorithm computes the ML estimates when a closed expression for the conditional expectation of the complete-data log-likelihood function is available. In the MCEM algorithm, the conditional expectation is substituted by a Monte Carlo approximation based on many independent simulations of the missing data. In contrast, the SAEM algorithm splits the E-step into simulation and integration steps. This package also approximates the standard error of the estimates using the Louis method. Moreover, it has a function that performs spatial prediction in new locations.

Version: 0.3.0
Depends: R (≥ 2.10)
Imports: ggplot2, gridExtra, MomTrunc, mvtnorm, Rcpp, Rdpack, relliptical, stats, StempCens
LinkingTo: RcppArmadillo, Rcpp, RcppProgress, roptim
Published: 2022-06-27
Author: Katherine A. L. Valeriano ORCID iD [aut, cre], Alejandro Ordonez Cuastumal ORCID iD [ctb], Christian Galarza Morales ORCID iD [ctb], Larissa Avila Matos ORCID iD [ctb]
Maintainer: Katherine A. L. Valeriano <katandreina at gmail.com>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
NeedsCompilation: yes
Materials: README NEWS
In views: MissingData
CRAN checks: RcppCensSpatial results

Documentation:

Reference manual: RcppCensSpatial.pdf

Downloads:

Package source: RcppCensSpatial_0.3.0.tar.gz
Windows binaries: r-devel: RcppCensSpatial_0.3.0.zip, r-release: RcppCensSpatial_0.3.0.zip, r-oldrel: RcppCensSpatial_0.3.0.zip
macOS binaries: r-release (arm64): RcppCensSpatial_0.3.0.tgz, r-oldrel (arm64): RcppCensSpatial_0.3.0.tgz, r-release (x86_64): RcppCensSpatial_0.3.0.tgz
Old sources: RcppCensSpatial archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=RcppCensSpatial to link to this page.