query re plot(confint(lmList...
On 14/05/2013 11:54 AM, Michelle Morters wrote:
Hi - My sample size is about 190, consequently the plot output (below) is quite squashed up and the id numbers down the L axis overlay each other and are not legible plot(confint(lmList(x ~ slope | id, data), pooled = TRUE), order = 1) Is it possible to either reduce the size of the id numbers down the L axis or spread the plots out over a couple of pages so the text is less squashed up? (- I need to retain the ordering). I've tried the usual plot function arguments (amongst other things) but alas to no avail.
You don't give a reproducible example or say what package lmList came from. However, if you want two plots, presumably you could use the subset() function to select out only some of the id values, and then do it again to get the rest. Duncan Murdoch