plot.intervals.lmList package:nlme R Documentation _P_l_o_t _l_m_L_i_s_t _C_o_n_f_i_d_e_n_c_e _I_n_t_e_r_v_a_l_s _D_e_s_c_r_i_p_t_i_o_n: A Trellis dot-plot of the confidence intervals on the linear model coefficients is generated, with a different panel for each coefficient. Rows in the dot-plot correspond to the names of the 'lm' components of the 'lmList' object used to produce 'x'. The lower and upper confidence limits are connected by a line segment and the estimated coefficients are marked with a '"+"'. The Trellis function 'dotplot' is used in this method function. _U_s_a_g_e: ## S3 method for class 'intervals.lmList': plot(x, ...) _A_r_g_u_m_e_n_t_s: x: an object inheriting from class 'intervals.lmList', representing confidence intervals and estimates for the coefficients in the 'lm' components of the 'lmList' object used to produce 'x'. ...: optional arguments passed to the Trellis 'dotplot' function. _V_a_l_u_e: a Trellis plot with the confidence intervals on the coefficients of the individual 'lm' components of the 'lmList' that generated 'x'. _A_u_t_h_o_r(_s): Jose Pinheiro Jose.Pinheiro@pharma.novartis.com and Douglas Bates bates@stat.wisc.edu _S_e_e _A_l_s_o: 'intervals.lmList', 'lmList', 'dotplot' _E_x_a_m_p_l_e_s: fm1 <- lmList(distance ~ age | Subject, Orthodont) plot(intervals(fm1))