lfknots {locfit} | R Documentation |
Extraction of fit-point information from a Locfit object.
Description
Extracts information, such as fitted values, influence functions
from a "locfit"
object.
Usage
lfknots(x, tr, what = c("x", "coef", "h", "nlx"), delete.pv = TRUE)
Arguments
x |
Fitted object from |
tr |
Back transformation. Default is the invers link function from the Locfit object. |
what |
What to return; default is |
delete.pv |
If |
Value
A matrix with one row for each fit point. Columns correspond to
the specified what
vector; some fields contribute multiple columns.