powered by
The coef method for local polynomial density bandwidth selection objects.
# S3 method for lpbwdensity coef(object, ...)
A matrix containing grid points and selected bandwidths.
Class "lpbwdensity" object, obtained by calling lpbwdensity.
lpbwdensity
Other arguments.
Matias D. Cattaneo, Princeton University. cattaneo@princeton.edu.
Michael Jansson, University of California Berkeley. mjansson@econ.berkeley.edu.
Xinwei Ma (maintainer), University of California San Diego. x1ma@ucsd.edu.
lpbwdensity for data-driven bandwidth selection.
Supported methods: coef.lpbwdensity, print.lpbwdensity, summary.lpbwdensity.
coef.lpbwdensity
print.lpbwdensity
summary.lpbwdensity
# Generate a random sample set.seed(42); X <- rnorm(2000) # Construct bandwidth coef(lpbwdensity(X))
Run the code above in your browser using DataLab