plot.compareFits package:nlme R Documentation _P_l_o_t _a _c_o_m_p_a_r_e_F_i_t_s _O_b_j_e_c_t _D_e_s_c_r_i_p_t_i_o_n: A Trellis 'dotplot' of the values being compared, with different rows per group, is generated, with a different panel for each coefficient. Different symbols (colors) are used for each object being compared. _U_s_a_g_e: ## S3 method for class 'compareFits': plot(x, subset, key, mark, ...) _A_r_g_u_m_e_n_t_s: x: an object of class 'compareFits'. subset: an optional logical or integer vector specifying which rows of 'x' should be used in the plots. If missing, all rows are used. key: an optional logical value, or list. If 'TRUE', a legend is included at the top of the plot indicating which symbols (colors) correspond to which objects being compared. If 'FALSE', no legend is included. If given as a list, 'key' is passed down as an argument to the 'trellis' function generating the plots ('dotplot'). Defaults to 'TRUE'. mark: an optional numeric vector, of length equal to the number of coefficients being compared, indicating where vertical lines should be drawn in the plots. If missing, no lines are drawn. ...: optional arguments passed down to the 'trellis' function generating the plots. _V_a_l_u_e: A Trellis 'dotplot' of the values being compared, with rows determined by the groups and panels by the coefficients. _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: 'compareFits', 'pairs.compareFits', 'dotplot' _E_x_a_m_p_l_e_s: ## Not run: fm1 <- lmList(Orthodont) fm2 <- lme(Orthodont) plot(compareFits(coef(fm1), coef(fm2))) ## End(Not run)