Displaying 1 result from an estimated 1 matches for "history_add".
2003 Jun 23
3
?plot problem
R1.7.0, Win2k:
When I use plot( ) on a groupedData object,
if I have 165 subjects I'm supposed to be able
to use plot(..., layout = c(5,3,11)) to get
all 165 on 11 separate sheets. The graphics
window is only displaying the first 10. If I
use plot(..., layout = c(5,3,12)) I get the
appropriate 11 sheets.
Furthermore, yesterday I noticed that when using
plot( <linear model object> )