Description Usage Arguments Examples
View source: R/my.local_poly.R
This function returns point estimates and the variance-covariance matrix. Written for data.table arguments.
1 2 3 4 5 6 7 8 9 | my.local_poly(
Yvar,
Xvar,
read_data,
predict_data,
tolerance = 1e-16,
degree = 1L,
bandwidth = 1
)
|
Yvar |
Dependent variable |
Xvar |
Running variable |
read_data |
Of type data.table - data for reading |
predict_data |
Of type data.table - Xvar points for predicting values |
tolerance |
Tolerance level for matrix inversion |
degree |
Degree of polynomial |
bandwidth |
Bandwidth of data for Xvar |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.