Learn R Programming

kernelboot (version 0.1.10)

kernelboot-class: 'kernelboot' class object

Description

'kernelboot' class object

Arguments

Details

Object of class "kernelboot", is a list with components including

orig.statestimates from statistic on the original data,
boot.samplessamples drawn,
callfunction call,
statisticactual statistic function that was used,
orig.dataoriginal data used for bootstrapping,
variablesused variables: it is NULL for univariate data and for multivariate data it contains two lists of smoothed and ignored variables (names or column indexes) during the smoothing phase.
typetype of kernel density that was used ("univariate", "product", "multivariate"),
paramlist of parameters that were used.

param section contains:

Rnumber of bootstrap iterations,
bwthe bandwidth that was used,
weightsvector of the weights that were applied,
kernelname of the kernel that was used ("multivariate", "gaussian", "epanechnikov", "rectangular", "triangular", "biweight", "cosine", "optcosine", "none"),
shrinkedvalue of the shrinked parameter,
parallelindicates if parallel computation was used,
random.seedrandom seed used to initialize the random number generator (see .Random.seed).

See Also

kernelboot