print.gam package:mgcv R Documentation _P_r_i_n_t _a _G_e_n_e_r_a_l_i_z_e_d _A_d_d_i_t_i_v_e _M_o_d_e_l _o_b_j_e_c_t. _D_e_s_c_r_i_p_t_i_o_n: The default print method for a 'gam' object. _U_s_a_g_e: ## S3 method for class 'gam': print(x, ...) _A_r_g_u_m_e_n_t_s: x, ...: fitted model objects of class 'gam' as produced by 'gam()'. _D_e_t_a_i_l_s: Prints out the family, model formula, effective degrees of freedom for each smooth term, and optimized value of the smoothness selection criterion used. See 'gamObject' (or 'names(x)') for a listing of what the object contains. 'summary.gam' provides more detail. _A_u_t_h_o_r(_s): Simon N. Wood simon.wood@r-project.org _R_e_f_e_r_e_n_c_e_s: Wood, S.N. (2006) Generalized Additive Models: An Introduction with R. CRC/ Chapmand and Hall, Boca Raton, Florida. _S_e_e _A_l_s_o: 'gam', 'summary.gam'