Other packages > Find by keyword >

decon  

Deconvolution Estimation in Measurement Error Models
View on CRAN: Click here


Download and install decon package within the R console
Install from CRAN:
install.packages("decon")

Install from Github:
library("remotes")
install_github("cran/decon")

Install by package version:
library("remotes")
install_version("decon", "1.3-4")



Attach the package and use:
library("decon")
Maintained by
Xiao-Feng Wang
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2010-03-23
Latest Update: 2021-10-20
Description:
A collection of functions to deal with nonparametric measurement error problems using deconvolution kernel methods. We focus two measurement error models in the package: (1) an additive measurement error model, where the goal is to estimate the density or distribution function from contaminated data; (2) nonparametric regression model with errors-in-variables. The R functions allow the measurement errors to be either homoscedastic or heteroscedastic. To make the deconvolution estimators computationally more efficient in R, we adapt the "Fast Fourier Transform" (FFT) algorithm for density estimation with error-free data to the deconvolution kernel estimation. Several methods for the selection of the data-driven smoothing parameter are also provided in the package. See details in: Wang, X.F. and Wang, B. (2011). Deconvolution estimation in measurement error models: The R package decon. Journal of Statistical Software, 39(10), 1-24.
How to cite:
Xiao-Feng Wang (2010). decon: Deconvolution Estimation in Measurement Error Models. R package version 1.3-4, https://cran.r-project.org/web/packages/decon. Accessed 21 Apr. 2025.
Previous versions and publish date:
1.1-1 (2010-03-23 08:27), 1.2-1 (2010-10-21 12:48), 1.2-2 (2011-02-28 19:32), 1.2-4 (2013-04-17 23:06), 1.2 (2010-10-08 19:27), 1.3-4 (2021-10-20 22:50)
Other packages that cited decon R package
View decon citation profile
Other R packages that decon depends, imports, suggests or enhances
Functions, R codes and Examples using the decon R package
Some associated functions: DeconCPdf . DeconCdf . DeconNpr . DeconPdf . bw.dboot1 . bw.dboot2 . bw.dmise . bw.dnrd . framingham . galaxy . npdenest . npreg . plot.Decon . print.Decon . 
Some associated R codes: bwdboot1.R . bwdboot2.R . bwdmise.R . bwdnrd.R . deconcdf.R . deconcpdf.R . deconnpr.R . deconpdf.R . onload.R . unknownME.R .  Full decon package functions and examples
Downloads during the last 30 days
03/2203/2303/2403/2503/2603/2703/2803/3004/0104/0304/0404/0504/0604/0704/0804/0904/1004/1204/1304/1404/1504/1604/1704/18Downloads for decon0246810121416182022TrendBars

Today's Hot Picks in Authors and Packages

HellCor  
The Hellinger Correlation
Empirical value of the Hellinger correlation, a measure of dependence between two continuous random ...
Download / Learn more Package Citations See dependency  
bigsparser  
Sparse Matrix Format with Data on Disk
Provide a sparse matrix format with data stored on disk, to be used in both R and C++. This is inte ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
bssn  
Birnbaum-Saunders Model
It provides the density, distribution function, quantile function, random number generator, reliabil ...
Download / Learn more Package Citations See dependency  
discretecdAlgorithm  
Coordinate-Descent Algorithm for Learning Sparse Discrete Bayesian Networks
Structure learning of Bayesian network using coordinate-descent algorithm. This algorithm is design ...
Download / Learn more Package Citations See dependency  

24,098

R Packages

207,311

Dependencies

65,069

Author Associations

24,099

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA