[R] Two way manova

2012-11-20 Thread DusanP
Hello everyone, I would like to perform a 2-way manova test, but I'm having some issues. I implemented like this Y-cbind(Resp1,Resp2,Resp3,,Respn) model-manova(Y tilda FactorA*FactorB) summary.aov(model) 1. I don't know at what level I have to do the Type I error correction. Is it on

Re: [R] Switch Groups in ehplot (x-axis)

2012-11-15 Thread DusanP
Hello Peter, I checked for the levels() and reorder(), but I can't make it work. R classifies the Groups (factor) by alphabetical order, but I would just like to make him understand that it is ordered (is.ordered()) in my data frame. Here is my code : abs1-spleen*p1*p2*cd8 length(abs1) # = 13

[R] Switch Groups in ehplot (x-axis)

2012-11-14 Thread DusanP
Hello everyone, I would like to switch the place of the Groups in the ehplot function. When I put my data (one vector) in a certain order for the data vector of ehplot function, the plot doesn't show me data in the order which I indicated. How to change that? I have one vector for data and one

Re: [R] Produce a prism like plot

2012-11-09 Thread DusanP
Hello Jim, Thanks a lot, it's really kind of you! I figured out how to increase the horizontal spacing, it acutally works for my data. I just set the interval parameter on the number of replicates per group (or generally a lower number than the default 50), and then I modify the offset

Re: [R] Line feed on main title of the plot

2012-11-09 Thread DusanP
Thanks a lot! -- View this message in context: http://r.789695.n4.nabble.com/Line-feed-on-main-title-of-the-plot-tp4648916p4649035.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list

Re: [R] Line feed on main title of the plot

2012-11-09 Thread DusanP
Thanks a lot! -- View this message in context: http://r.789695.n4.nabble.com/Line-feed-on-main-title-of-the-plot-tp4648916p4649036.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list

[R] Produce a prism like plot

2012-11-08 Thread DusanP
Hello, I would like to generate this type of plot : http://r.789695.n4.nabble.com/file/n4648844/prism_type.gif with R. Can someone help me with the coding. Thanks a lot Dusan -- View this message in context: http://r.789695.n4.nabble.com/Produce-a-prism-like-plot-tp4648844.html Sent from

Re: [R] Produce a prism like plot

2012-11-08 Thread DusanP
Hello Jim, Thanks a lot, it's exactly what I wanted! I would just like to know if it is possible to display the mean instead of the median? Dusan -- View this message in context: http://r.789695.n4.nabble.com/Produce-a-prism-like-plot-tp4648844p4648861.html Sent from the R help mailing

Re: [R] Produce a prism like plot

2012-11-08 Thread DusanP
Sorry to bother you again, But I have two other questions : 1. How do I change symbols (dots) for each group? I tried : For group 1, n=5. points(x=groups[1:5],y=data[1:5],type=pch). The issue is that it doesn't select the right points, or coordinates. 2. How can I increase horizontal

[R] Line feed on main title of the plot

2012-11-08 Thread DusanP
Hello everyone, I would like to perform a line feed on the main title of the plot. How to do that? Thanks Dusan -- View this message in context: http://r.789695.n4.nabble.com/Line-feed-on-main-title-of-the-plot-tp4648884.html Sent from the R help mailing list archive at Nabble.com.