Graphs of confidence interval estimates for bias and standard deviation of in bias-corrected local polynomial regression curve estimates.
BCCIPlot(data, k1=1, k2=2, h, h2, output, g, layout, incl.biasplot, plotdata)
A list containing the confidence interval limits, pointwise estimates of bias, standard deviation of bias, curve estimate, standard deviation of curve estimate, and approximate confidence limits for curve estimates. Graphs of the curve estimate confidence limits and the bias confidence limits.
A data frame, whose first column must be the explanatory variable and whose second column must be the response variable.
degree of local polynomial used in curve estimator.
degree of local polynomial used in bias estimator.
bandwidth for regression estimator.
bandwidth for bias estimator.
if TRUE, numeric output is printed to the console window.
the target function, if known (for use in simulations).
if TRUE, a 2x1 layout of plots is sent to the graphics device.
if TRUE, the confidence intervals for the bias of the uncorrected estimate are plotted.
if TRUE, the data points are plotted as a scatter plot.
W. John Braun and Wenkai Ma