| monofit-class {monoProc} | R Documentation |
A object of class monofit is the ouput of either mono.1d or mono.2d
This Class is usually used within the function monoproc. It is the value of the functions mono.1d and mono.2d, respectively, which are called in the monoproc function. For one independent variable in the regression function, the matrix in slot z is a 0 x 0 matrix and slot y corresponds to the values of the regression function.
Objects can be created by calls of the form new("monofit", ...).
x:"numeric"y:"numeric"z:"matrix"signature(x = "monofit"): ... signature(x = "monofit", y = "missing"): ...
mono.1d, mono.2d ,monoproc.1d-class , or monoproc.2d-class