Matrix of estimated additive components for the points listed in
the argument point.
Arguments
formula
an object of class formula (or one that can be coerced to
that class): a symbolic description of the model to be fitted.
data
an optional data frame, list or environment (or object coercible
by as.data.frame to a data frame) containing the variables in the model.
If not found in data, the variables are taken from environment(formula),
typically the environment from which the function was called.
subset
an optional vector specifying a subset of observations to be used in
the fitting process.
point
matrix of points where predictions will be computed and returned.
windows
vector of bandwidths for the local polynomial smoother,
one per explanatory variable.
epsilon
convergence criterion. Maximum allowed relative difference between
consecutive estimates
degree
degree of the local polynomial smoother. Defaults to 0 (local constant).
prob
vector of probabilities of observing each response (length n).
Defaults to NULL and in that case it is ignored.