monofit-class            package:monoProc            R Documentation

_C_l_a_s_s "_m_o_n_o_f_i_t"

_D_e_s_c_r_i_p_t_i_o_n:

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

_D_e_t_a_i_l_s:

     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.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

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

_S_l_o_t_s:

     '_x': x-variable is of class '"numeric"'

     '_y': y-variable is of class '"numeric"'

     '_z': z-variable is of class '"matrix"'

_M_e_t_h_o_d_s:

     _l_i_n_e_s 'signature(x = "monofit")': ... 

     _p_l_o_t 'signature(x = "monofit", y = "missing")': ... 

_S_e_e _A_l_s_o:

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

