show-methods           package:fRegression           R Documentation

_R_e_g_r_e_s_s_i_o_n _M_o_d_e_l_l_i_n_g _S_h_o_w _M_e_t_h_o_d_s

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

     Show methods for regression modelling.

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

     The show or print method returns the same information for all
     supported regression models through the 'use' argument in the
     function 'regFit'.

     These are the 'title', the 'formula', the 'family' and  the 'model
     parameters'.

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



     _o_b_j_e_c_t = "_A_N_Y" Generic function.

     _o_b_j_e_c_t = "_f_R_E_G" Print method for objects of class 'fREG'. 


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

     Diethelm Wuertz for the Rmetrics R-port.

_E_x_a_m_p_l_e_s:

     ## regSim -
        x = regSim(model = "LM3", n = 50)
       
     ## regFit -
        fit = regFit(Y ~ X1 + X2 + X3, data = x, use = "lm")
        
     ## print -
        print(fit)

