summary.kernelboot: Summarize the result of kernelboot
Description
Summarize the result of kernelboot
Usage
# S3 method for kernelboot
summary(object, probs = c(0.025, 0.5, 0.975), ..., na.rm = FALSE)
Arguments
- object
kernelboot
class object.
- probs
quantiles returned by summary
(see quantile
).
- ...
further arguments passed to or from other methods.
- na.rm
a logical value indicating whether NA
values should be
stripped before the computation proceeds.