ksmooth-class {monoProc}R Documentation

Class "ksmooth"

Description

S4-Class for the value of the ksmooth function

Objects from the Class

Objects can be created by calls of the form new("ksmooth", ...). This class is the value of the function ksmooth 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 Nadaraya-Watson estimator.
call:
Object of class "call". The call of the function ksmooth for this object.

Methods

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

See Also

ksmooth


[Package monoProc version 1.0-4 Index]