interp(object, ...)
"interp" (object, data, newx, ...)
"interp" (object, data.ind = 1, newx, ...)
"predict" (object, newx = NULL, hat.data = FALSE, ...)TRUE (and possible),
the hat matrix corresponding to the (original) data is
returned.newx == NULL, predict.locpol.bin returns
the estimates (and optionally the hat matrix)
corresponding to the data (otherwise
interp.data.grid is called).
interp methods are interfaces to the fortran
routine interp_data_grid (in
grid_module.f90). predict.locpol.bin is an interface to the fortran
routine predict_lp (in lp_module.f90).
interp.surface.