The R package deconvolve provides tools for performing non-parametric deconvolution on measurement error problems. It contains functions for finding bandwidths, deconvolved densities and non-parametric regression estimates.
You can install the development version from Github.
# install.packages("devtools")
devtools::install_github("timothyhyndman/deconvolve")
library(deconvolve)
W <- (framingham$SBP21 + framingham$SBP22)/2
d <- deconvolve(W)
This is a list of every method that this package contains
This package is free and open source software, licensed under GPL (>=2).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.