rddensity_fV
generates primitive results for the density test.
rddensity_fV(
Y,
X,
Nl,
Nr,
Nlh,
Nrh,
hl,
hr,
p,
s,
kernel,
fitselect,
vce,
massPoints
)
Numeric vector or data matrix, the estimated c.d.f.
Numeric vector or data matrix, the running variable
Integers, sample sizes to the left and right of cutoff.
Integers, sample sizes to the left and right of cutoff, within bandwidth
Numeric, bandwidth to the left and right of cutoff.
Integer, polynomial order
Integer, higher order derivative estimate
String, the kernel function, can be triangular
(default),
uniform
or epanechnikov
.
String, the model, can be restricted
or unrestricted
String, specifies the procedure used to compute the variance-covariance matrix estimator. Options are:
"plugin"
for asymptotic plug-in standard errors. "jackknife"
for jackknife standard errors.
Boolean, whether whether point estimates and standard errors
Returns a data frame for further use.
This is an internal function, and should not be called by users. NOTE: data is assumed to be on ascending order.