Re: [R] t.test() on a list

2008-10-07 Thread Gang Chen
riginal Message- >> > From: [EMAIL PROTECTED] [ > mailto:[EMAIL PROTECTED] On >> > Behalf Of Gang Chen >> > Sent: Thursday, October 02, 2008 11:24 AM >> > To: [EMAIL PROTECTED] >> > Subject: [R] t.test() on a list >> > >> > I have a li

Re: [R] t.test() on a list

2008-10-06 Thread Petr PIKAL
est you consult with your local statistician. > > > > -- Bert Gunter > > > > -Original Message- > > From: [EMAIL PROTECTED] [ mailto:[EMAIL PROTECTED] On > > Behalf Of Gang Chen > > Sent: Thursday, October 02, 2008 11:24 AM > > To: [EMAIL PROTE

Re: [R] t.test() on a list

2008-10-02 Thread Gang Chen
shouldn't be doing this. I suggest you consult with your local statistician. > > -- Bert Gunter > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Gang Chen > Sent: Thursday, October 02, 2008 11:24 AM > To: [EMAIL PROTECTED] >

Re: [R] t.test() on a list

2008-10-02 Thread Bert Gunter
2008 11:24 AM To: [EMAIL PROTECTED] Subject: [R] t.test() on a list I have a list, myList, with each of its 9 components being a 15X15 matrix. I want to run a t-test across the list for each component in the matrix. For example, the first t-test is on myList[[1]][1, 1], myList[[2]][1, 1], ..., myLi

[R] t.test() on a list

2008-10-02 Thread Gang Chen
I have a list, myList, with each of its 9 components being a 15X15 matrix. I want to run a t-test across the list for each component in the matrix. For example, the first t-test is on myList[[1]][1, 1], myList[[2]][1, 1], ..., myList[[9]][1, 1]; and there are totally 15X15 t-tests. How can I run th