breakpointsPretend        package:tilingArray        R Documentation

_A_c_c_e_s_s_o_r _m_e_t_h_o_d_s _f_o_r _b_r_e_a_k_p_o_i_n_t_s_P_r_e_t_e_n_d _o_b_j_e_c_t_s - _n_o_t _t_o _b_e _c_a_l_l_e_d
_b_y _t_h_e _u_s_e_r.

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

     Accessor methods for breakpointsPretend objects - not to be called
     by the user.

     These functions are used in the interface between the
     'segmentation' class and the 'confint.breakpointsfull' method of
     the strucchange package. This method calls 'breakpoints' and
     'residuals' methods for its first argument, and since we pass an
     argument of S3 class 'breakpointsPretend', we can avoid the
     overhead of the corresponding methods for 'breakpointsfull'
     objects. These functions are of no interest to the user.

_U_s_a_g_e:

     residuals.breakpointsPretend(object, breaks, ...)
     breakpoints.breakpointsPretend(obj, breaks, ...) 

_A_r_g_u_m_e_n_t_s:

  object: a breakpointsPretend object.

     obj: a breakpointsPretend object.

  breaks: dummy argument, is ignored.

     ...: futher arguments.

_V_a_l_u_e:

     residuals and breakpoints.

_A_u_t_h_o_r(_s):

     W. Huber huber@ebi.ac.uk

