monoproc.2d-class {monoProc} | R Documentation |
A representation of a monotonized fit with information about the original fit and more
the class "monoproclocfit.2d"
is a "monoproc.2d"
-object where the original fit is of class "locfit"
. Both "monoproc.2d"
as well as "monoproclocfit.2d"
belong to the class "monoproc"
Objects can be created by calls of the form new("monoproc.2d", ...)
.
fit
:"monofit"
. This is the new monotonized fit .fitold
:"fit"
. This slot represents the old fit and can be of class "list"
, "locfit"
, "ksmooth"
, "locpoly"
, or "loess"
. gridsize
:"numeric"
.bandwidth
:"numeric"
. The used bandwidth for the monotonizing procedure.kernel
:"character"
. The used kernel. Currently only "epanech"
.mono
:"character"
. dir
:name
:"character"
. Names of the variables. call
:signature(x = "monoproc.2d", y = "missing")
:plots the monotone fit. Three types are available: "persp"
, "contour"
, "image"
. Default is "persp"
.signature(x = "monoproc.2d")
: prints the monotone fit.signature(object = "monoproc.2d")
: gives a summary of the monotone fit.signature(fit= "monoproclocfit.2d")
: calculates the cross validation value for the monotone and the unconstraint fit.