Re: [R] Mann-Whitney by group

2013-09-09 Thread David Chertudi
The time has come to shake the cobwebs off of this analysis. I have more data now and need to run the same tests, the same way as above. My question is this--some of the pairs include NAs, and so are gumming up the works. I'm not sure how to exclude them using the lhs ~ rhs syntax. Any ideas

Re: [R] Mann-Whitney by group

2013-09-09 Thread David Chertudi
Cd28 #0.1250 0.1875 0.8125 0.8125 A.K. - Original Message - From: David Chertudi david.chert...@gmail.com To: R. Michael Weylandt michael.weyla...@gmail.com Cc: r-help@r-project.org r-help@r-project.org Sent: Sunday, September 8, 2013 11:13 PM Subject: Re: [R] Mann-Whitney

[R] ggplot2: color histograms by quintile

2013-07-31 Thread David Chertudi
Hello,   I have a basic panel of histograms as follows, whose current colors don't matter:     binsize=diff(range(thing$Rate))/64 ggplot(thing, aes(x=Rate, fill=Series)) + geom_histogram(binwidth=binsize) + facet_grid(Series~.,scales=free)+   labs(fill=Index) +   xlab(Growth Rate (%)) +  

Re: [R] Iterative regression through a series

2013-04-02 Thread David Chertudi
Thank you, Michael--it looks like a fantastic package.  I'm fairly new to R, and not at all familiar with the zoo class, but it seems to have great potential.  I'll need to spend some time sorting out how to use regressions in it, because the syntax used in the examples is alien to me.   Mendi

[R] Mann-Whitney by group

2012-07-06 Thread David Chertudi
Hello, I'm having some issues grouping cases for some Mann-Whitney U tests I'm attempting to run. I'm willing to use wilcox.test if it'll work; I've also tried wilcox_test() from the coin package. Here's the deal: for each column (A through H), I would like to run the two-sample independent