monofit-class {monoProc}R Documentation

Class "monofit"

Description

A object of class monofit is the ouput of either mono.1d or mono.2d

Details

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 from the Class

Objects can be created by calls of the form new("monofit", ...).

Slots

x:
x-variable is of class "numeric"
y:
y-variable is of class "numeric"
z:
z-variable is of class "matrix"

Methods

lines
signature(x = "monofit"): ...
plot
signature(x = "monofit", y = "missing"): ...

See Also

mono.1d, mono.2d ,monoproc.1d-class , or monoproc.2d-class


[Package monoProc version 1.0-4 Index]