LPBias | R Documentation |
Confidence interval estimates for bias in local polynomial regression.
LPBias(xy,k1,k2,h,h2,numgrid=401,alpha=.95)
xy |
A data frame, whose first column must be the explanatory variable and whose second column must be the response variable. |
k1 |
degree of local polynomial used in curve estimator. |
k2 |
degree of local polynomial used in bias estimator. |
h |
bandwidth for regression estimator. |
h2 |
bandwidth for bias estimator. |
numgrid |
number of gridpoints used in the curve estimator. |
alpha |
nominal confidence level. |
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.
W. John Braun and Wenkai Ma
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.