Description Usage Arguments Examples
For multiple bases - Standard, Bernstein, and Linear Spline Written for data.table arguments.
1 2 3 4 5 6 7 8 9 10 11 | my.sieve(
Yvar,
Xvar,
read_data,
predict_data,
basis = "standard",
low.bound.Xvar = 0,
high.bound.Xvar = 1,
tolerance = 1e-16,
K = 1L
)
|
Yvar |
Dependent variable |
Xvar |
Character vector of control variables |
read_data |
Of type data.table - points for prediction |
basis |
Standard for use |
low.bound.Xvar |
Lower bound of data |
high.bound.Xvar |
Upper bound of data |
tolerance |
Tolerance level for matrix inversion |
K |
degrees of polynomial (or knots for linear spline basis) |
1 | my.sieve()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.