offset                 package:stats                 R Documentation

_I_n_c_l_u_d_e _a_n _O_f_f_s_e_t _i_n _a _M_o_d_e_l _F_o_r_m_u_l_a

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

     An offset is a term to be added to a linear predictor, such as in
     a generalised linear model, with known coefficient 1 rather than
     an estimated coefficient.

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

     offset(object)

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

  object: An offset to be included in a model frame

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

     There can be more than one offset in a model formula, but '-' is
     not supported for 'offset' terms (and is equivalent to '+').

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

     The input value.

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

     'model.offset', 'model.frame'.

     For examples see 'glm' and 'Insurance' in package 'MASS'.

