[R] Cramer-von Mises test

2010-07-18 Thread Sean Carmody
package). Any suggestions? Regards, Sean. -- Sean Carmody Twitter: http://twitter.com/seancarmody Stable: http://mulestable.net/sean The Stubborn Mule Blog: http://www.stubbornmule.net Forum: http://mulestable.net/ __ R-help@r-project.org mailing list

Re: [R] Cramer-von Mises test

2010-07-18 Thread Sean Carmody
Thanks Peter...I hadn't some across the sos package before, but I'm sure I'll be putting it to good use from now on! Sean. On Mon, Jul 19, 2010 at 2:55 PM, Peter Ehlers ehl...@ucalgary.ca wrote: On 2010-07-18 22:04, Sean Carmody wrote: I have found the Kolmogorov-Smirnov (ks.test

[R] Vector recycling and zoo

2010-05-16 Thread Sean Carmody
4 8 12 5 10 15 x$a/x$a[1] [1] 1 2 3 4 5 x - zoo(x) x$a/x$a[1] 1 1 I feel understanding this difference would lead me to a greater understanding of the zoo module! Sean. -- Sean Carmody Twitter: http://twitter.com/seancarmody Stable: http://mulestable.net/sean The Stubborn Mule Blog: http

Re: [R] Vector recycling and zoo

2010-05-16 Thread Sean Carmody
...@comcast.netwrote: On May 16, 2010, at 2:00 AM, Sean Carmody wrote: I am a bit confused about the different approaches taken to recycling in plain data frames and zoo objects. When carrying out simple arithmetic, dataframe seem to recycle single arguments, zoo objects do not. Here is an example

Re: [R] How to right-align labels in dotchart

2009-10-16 Thread Sean Carmody
') dotchart(aa, pch=(16), col = 1:5, main=A Dotchart) axis(side = 2, seq_along(aa), lbs, las=1) --- On Thu, 10/15/09, Sean Carmody seancarm...@gmail.com wrote: From: Sean Carmody seancarm...@gmail.com Subject: [R] How to right-align labels in dotchart To: R Help Mailing List r-help@r-project.org

[R] How to right-align labels in dotchart

2009-10-15 Thread Sean Carmody
I have only just discovered the joys of the dotchart (since I am reading William Cleveland's -- Sean Carmody The Stubborn Mule http://www.stubbornmule.net http://twitter.com/seancarmody [[alternative HTML version deleted]] __ R-help@r

Re: [R] How to right-align labels in dotchart

2009-10-15 Thread Sean Carmody
16, 2009 at 10:51 AM, Sean Carmody seancarm...@gmail.comwrote: I have only just discovered the joys of the dotchart (since I am reading William Cleveland's -- Sean Carmody The Stubborn Mule http://www.stubbornmule.net http://twitter.com/seancarmody -- Sean Carmody The Stubborn Mule

Re: [R] Draw plot.table axis on right hand side

2009-07-28 Thread Sean Carmody
very detailed detail handling. Dieter Thanks Dieter. I see vcd had a detailed vignette. That should help me get to grips with mosaic, which does appear to be extremely flexible. -- Sean Carmody The Stubborn Mule http://www.stubbornmule.net http://twitter.com/seancarmody [[alternative

[R] Draw plot.table axis on right hand side

2009-07-27 Thread Sean Carmody
, Pear, Orange, Melon)[data$y] plot(table(data$a, data$b), col=rainbow(5), las=1, main=) Regards, Sean. -- Sean Carmody The Stubborn Mule http://www.stubbornmule.net http://twitter.com/seancarmody -- Sean Carmody The Stubborn Mule http://www.stubbornmule.net http://twitter.com/seancarmody

Re: [R] Plot Fonts in Windows vs Mac OSX

2009-07-03 Thread Sean Carmody
...@u.northwestern.edu wrote: On Thu, Jul 2, 2009 at 7:11 PM, Sean Carmody seancarm...@gmail.com wrote: I have been plotting the same charts using png on a Windows machine and on a Mac OSX and the quality of the resulting images, particularly in relation to the fonts, look far superior in the plots

[R] Plot Fonts in Windows vs Mac OSX

2009-07-02 Thread Sean Carmody
for the perspicacity of my choice of search terms), so any help would be greatly appreciated! Regards, Sean. -- Sean Carmody The Stubborn Mule http://www.stubbornmule.net http://twitter.com/seancarmody __ R-help@r-project.org mailing list https://stat.ethz.ch

Re: [R] Remove Columns by Name from zoo object

2008-11-10 Thread Sean Carmody
Perfect, works like a charm. Thanks Gabor. Sean. On Mon, Nov 10, 2008 at 11:35 PM, Gabor Grothendieck [EMAIL PROTECTED] wrote: On Mon, Nov 10, 2008 at 12:31 AM, Sean Carmody [EMAIL PROTECTED] wrote: The tricks for removing columns specified by name from data frames such as x$mycol - NULL

[R] Remove Columns by Name from zoo object

2008-11-09 Thread Sean Carmody
to coerce to a data.frame, remove the column and coerce back to zoo? -- Sean Carmody The Stubborn Mule http://www.stubbornmule.net http://twitter.com/seancarmody __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE

[R] Is it possible to do fancy area plots?

2008-05-08 Thread Sean Carmody
Does anyone have any ideas about how you could use R to produce a fancy area plot like this one in the NY Times? http://tinyurl.com/6rr22g Regards, Sean, [[alternative HTML version deleted]] __ R-help@r-project.org mailing list

Re: [R] Is it possible to do fancy area plots?

2008-05-08 Thread Sean Carmody
the more conventional box approach than circles and irregular areas. Sean. On Fri, May 9, 2008 at 11:35 AM, Charilaos Skiadas [EMAIL PROTECTED] wrote: On May 8, 2008, at 9:11 PM, Sean Carmody wrote: Does anyone have any ideas about how you could use R to produce a fancy area plot like