Re: [R] query re plot(confint(lmList...

2013-05-14 Thread John Kane
Or better yet see ?dput, sorry. John Kane Kingston ON Canada > -Original Message- > From: jrkrid...@inbox.com > Sent: Tue, 14 May 2013 09:20:59 -0800 > To: mm...@hermes.cam.ac.uk, r-help@r-project.org > Subject: Re: [R] query re plot(confint(lmList... > > Please do

Re: [R] query re plot(confint(lmList...

2013-05-14 Thread Duncan Murdoch
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 poss

Re: [R] query re plot(confint(lmList...

2013-05-14 Thread John Kane
Please don't post in html. The list strips it out and we, now, have no idea of what you are doing. Have a look at https://github.com/hadley/devtools/wiki/Reproducibility for suggestions on how to ask a qustion here. Sample code and sample data (see ?dupt) are usually desirable. John Kane Kin