tilde                  package:base                  R Documentation

_T_i_l_d_e _O_p_e_r_a_t_o_r

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

     Tilde is used to separate the left- and right-hand sides in model
     formula.

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

     y ~ model

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

y, model: symbolic expressions.

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

     The left-hand side is optional, and one-sided formulae are used in
     some contexts.

_R_e_f_e_r_e_n_c_e_s:

     Chambers, J. M. and Hastie, T. J. (1992) _Statistical models._
     Chapter 2 of _Statistical Models in S_ eds J. M. Chambers and T.
     J. Hastie, Wadsworth & Brooks/Cole.

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

     'formula'

