knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figure/"
)

deconvolve

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.

Installation

You can install the development version from Github.

# install.packages("devtools")
devtools::install_github("timothyhyndman/deconvolve")

Usage

library(deconvolve)
W <- (framingham$SBP21 + framingham$SBP22)/2
d <- deconvolve(W)

Available methods

This is a list of every method that this package contains

Deconvolution
Bandwidth selection
Regression

License

This package is free and open source software, licensed under GPL (>=2).



TimothyHyndman/deconvolve documentation built on May 13, 2019, 11:51 p.m.