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

2008-10-06 Thread Petr PIKAL
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 list, myList, with each of its 9 components being a 15X15 matrix. I want to run a t-test

[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

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

2008-10-02 Thread Bert Gunter
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], ..., myList[[9

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

2008-10-02 Thread Gang Chen
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] Subject: [R] t.test() on a list I have a list, myList