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

2013-05-14 Thread Michelle Morters
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.

Thanks!

M




[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


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
Kingston ON Canada


 -Original Message-
 From: mm...@hermes.cam.ac.uk
 Sent: Tue, 14 May 2013 16:54:36 +0100
 To: r-help@r-project.org
 Subject: [R] query re plot(confint(lmList...
 
 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.
 
 Thanks!
 
 M
 
 
 
 
   [[alternative HTML version deleted]]
 
 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide
 http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.


FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop!

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


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 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

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


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 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
 Kingston ON Canada
 
 
 -Original Message-
 From: mm...@hermes.cam.ac.uk
 Sent: Tue, 14 May 2013 16:54:36 +0100
 To: r-help@r-project.org
 Subject: [R] query re plot(confint(lmList...
 
 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.
 
 Thanks!
 
 M
 
 
 
 
  [[alternative HTML version deleted]]
 
 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide
 http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.
 
 
 FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop!
 
 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide
 http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.


GET FREE SMILEYS FOR YOUR IM  EMAIL - Learn more at 
http://www.inbox.com/smileys
Works with AIM®, MSN® Messenger, Yahoo!® Messenger, ICQ®, Google Talk™ and most 
webmails

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.