Re: [R] p adjustment on 4thcorner results

2011-10-12 Thread Cristina Ramalho
Hi Christoph, Thank you soo much, this is great! All the very best, Cristina On Wed, Oct 12, 2011 at 4:52 PM, Christoph Molnar < christoph.mol...@googlemail.com> wrote: > Hi, > > the function fourthcorners() returns a list. You can access the pvalues > shown in the summary by four1[["tabGPro

Re: [R] p adjustment on 4thcorner results

2011-10-12 Thread Christoph Molnar
Hi, the function fourthcorners() returns a list. You can access the pvalues shown in the summary by four1[["tabGProb"]]. This is a matrix containing the pvalues in the summary. I did some copy and paste from the summary.4thcorners() function (which is called, by using summary on your four1 objec

Re: [R] p adjustment on 4thcorner results

2011-10-12 Thread Christoph Molnar
Hi, ?p.adjust Christoph 2011/10/12 Cristina Ramalho > Hi all, > > This is probably a very simple question but I cannot figure out how to do > it. I run the fourthcorner method with my data and would like to adjust the > p values for multiple comparisons using Holm correction. When I run the >