plot.Kernelheaping: Plot Kernel density estimate of heaped data naively and...

Description Usage Arguments Value

View source: R/functions.R

Description

Plot Kernel density estimate of heaped data naively and corrected by partly bayesian model

Usage

1
2
## S3 method for class 'Kernelheaping'
plot(x, trueX = NULL, ...)

Arguments

x

Kernelheaping object produced by dheaping function

trueX

optional, if true values X are known (in simulations, for example) the 'Oracle' density estimate is added as well

...

additional arguments given to standard plot function

Value

plot with Kernel density estimates (Naive, Corrected and True (if provided))


Kernelheaping documentation built on Jan. 27, 2022, 1:09 a.m.