my.sieve: Sieve Estimators

Description Usage Arguments Examples

View source: R/my.sieve.R

Description

For multiple bases - Standard, Bernstein, and Linear Spline Written for data.table arguments.

Usage

 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
)

Arguments

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)

Examples

1

joshuadhigbee/myAppliedMetrics documentation built on March 19, 2021, 3:45 p.m.