	
	_A_n_o_v_a _T_a_b_l_e_s
	
	     anova(object, ...)
	
	_A_r_g_u_m_e_n_t_s:
	
	      object : an object containing the results returned by
	               a model fitting function (e.g. lm or glm).
	
	         ... : additional objects of the same type.
	
	_D_e_s_c_r_i_p_t_i_o_n:
	
	     anova prints analysis of variance and analysis of devi-
	     ance tables.  When given a single argument it produces
	     a table which tests whether the model terms are signi-
	     ficant.
	
	     When given a sequence of objects, anova tests the
	     models against one another in the order specified.
	
	_V_a_l_u_e:
	
	     anova returns an object of class anova.
	
	_S_e_e _A_l_s_o:
	
	     coefficients, effects, fitted.values, residuals, sum-
	     mary.
	
