rdd_bw_rsw: Global bandwidth selector of Ruppert, Sheather and Wand (1995) from package KernSmooth
Description
Uses the global bandwidth selector of Ruppert, Sheather and Wand (1995)
either to the whole function, or to the functions below and above the cutpoint.
Usage
rdd_bw_rsw(object, type = c("global", "sided"))
Value
One (or two for sided) bandwidth value.
Arguments
object
object of class rdd_data created by rdd_data
type
Whether to choose a global bandwidth for the whole function (global)
or for each side (sided)