LMParameter-class          package:distrEx          R Documentation

_P_a_r_a_m_e_t_e_r _o_f _a _l_i_n_e_a_r _r_e_g_r_e_s_s_i_o_n _m_o_d_e_l

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

     Parameter of a linear regression model 

                     y = mu + t(x)theta + sigma u

     with intercept mu, regression parameter theta  and error scale
     sigma.

_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("LMParameter",
     ...)'. More frequently they are created via the generating
     function  'LMParameter'.

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

     '_t_h_e_t_a': numeric vector:  regression parameter. 

     '_i_n_t_e_r_c_e_p_t': real number:  intercept parameter. 

     '_s_c_a_l_e': positive real number:  scale paramter. 

     '_n_a_m_e': character vector: the default name is "parameter of a
          linear regression model". 

_E_x_t_e_n_d_s:

     Class '"Parameter"', directly.
      Class '"OptionalParameter"', by class '"Parameter"'.

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

     _s_h_o_w 'signature(object = "LMParameter")'

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

     Matthias Kohl Matthias.Kohl@stamats.de

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

     'Parameter-class', 'LMParameter'

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

       new("LMParameter")

