

offset {base}                                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 coef-
     ficient 1 rather than an estimated coefficient.

_U_s_a_g_e_:

     offset(x)

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

       x: An offset to be included in a model frame

_V_a_l_u_e_:

     The input value.

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

     `model.offset', `model.frame', `glm'

