locpoly-class {monoProc} | R Documentation |
S4-Class for the value of the locpoly
function
Objects can be created by calls of the form new("locpoly", ...)
.
This class is the value of the function locpoly
transfered to a S4-Class.
x
:"numeric"
. x-values of the smoothed fit in increasing order.y
:"numeric"
.The corresponding fitted y-values of the local polynomial estimator.call
:"call"
. The call of the function locpoly
for this object.signature(x = "locpoly")
: line method to plot the class.signature(x = "locpoly", y = "missing")
: to plot this class.