| monoproc.1d-class {monoProc} | R Documentation |
A representation of a monotonized fit with information about the original fit and more
the class "monoproclocfit.1d" is a "monoproc.1d"-object where the original fit is of class "locfit". Both "monoproc.1d" as well as "monoproclocfit.1d" belong to the class "monoproc"
Objects can be created by calls of the form new("monoproc.1d", ...).
fit:"monofit" where fit@z is null. 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". Either "increasing" or "decreasing" name:"character". Names of the variables.call:signature(x = "monoproc.1d"): adds the line of the monotone fit to a given plot. signature(x = "monoproc.1d", y = "missing"): plots a monotone fit.signature(x = "monoproc.1d"): prints a monotone fit.signature(object = "monoproc.1d"): gives a summary of the monotone fit.signature(fit = "monoproclocfit.1d"): calculates the cross validation value of the monotone and the unconstraint fit.