locpoly-class {monoProc}R Documentation

Class "locpoly"

Description

S4-Class for the value of the locpoly function

Objects from the Class

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.

Slots

x:
Object of class "numeric". x-values of the smoothed fit in increasing order.
y:
Object of class "numeric".The corresponding fitted y-values of the local polynomial estimator.
call:
Object of class "call". The call of the function locpoly for this object.

Methods

lines
signature(x = "locpoly"): line method to plot the class.
plot
signature(x = "locpoly", y = "missing"): to plot this class.

See Also

locpoly


[Package monoProc version 1.0-4 Index]