Re: [R] Bartlett Test

2010-03-01 Thread David Winsemius
ance - Original Message From: "Richardson, Patrick" To: Amit Patel ; "r-help@r-project.org" > Sent: Mon, 1 March, 2010 14:31:15 Subject: RE: [R] Bartlett Test ?bartlett.test From the help page "If x is a list, its elements are taken as the samples or fitted lin

Re: [R] Bartlett Test

2010-03-01 Thread Amit Patel
ck" To: Amit Patel ; "r-help@r-project.org" Sent: Mon, 1 March, 2010 14:31:15 Subject: RE: [R] Bartlett Test ?bartlett.test >From the help page "If x is a list, its elements are taken as the samples or >fitted linear models to be compared for homogeneity of variances. In

Re: [R] Bartlett Test

2010-03-01 Thread Peter Ehlers
On 2010-03-01 7:25, Amit Patel wrote: Hi I am trying to conduct a Bartlett test between two groups Samp 1 and Samp 2, both of which are vectors of equal length. I cant find any information on how to do this. Does the data need to be in a structured list. I guess you haven't looked very hard.

Re: [R] Bartlett Test

2010-03-01 Thread Richardson, Patrick
sponding elements of x. " Patrick -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Amit Patel Sent: Monday, March 01, 2010 9:26 AM To: r-help@r-project.org Subject: [R] Bartlett Test Hi I am trying to conduct a Bartlett test between

[R] Bartlett Test

2010-03-01 Thread Amit Patel
Hi I am trying to conduct a Bartlett test between two groups Samp 1 and Samp 2, both of which are vectors of equal length. I cant find any information on how to do this. Does the data need to be in a structured list. Thanks in advance __ R-help

Re: [R] Bartlett' test

2009-11-30 Thread Peter Ehlers
Silvano wrote: Hi, I have an experiment with 5 treatments, of which 2 with 10 repetitions and 2 with 7 replications. I conducted the test of Bartlett step-by-step and compared with the value calculated directly by the R and the values are different. Anyone know tell me why? Yes. Is mean(ta

Re: [R] Bartlett' test

2009-11-30 Thread Peter Dalgaard
Silvano wrote: > Hi, > > I have an experiment with 5 treatments, of which 2 with 10 repetitions > and 2 with 7 replications. > I conducted the test of Bartlett step-by-step and compared with the > value calculated directly by the R and the values are different. > Anyone know tell me why? The firs

[R] Bartlett' test

2009-11-30 Thread Silvano
Hi, I have an experiment with 5 treatments, of which 2 with 10 repetitions and 2 with 7 replications. I conducted the test of Bartlett step-by-step and compared with the value calculated directly by the R and the values are different. Anyone know tell me why? #--- n = lengt

[R] bartlett-test

2008-06-06 Thread hanen
i a have transformed my data to data frame named df with only column names(no rownames).each column represnt one sample with 3 observations (in deed nrow(df)=3, and ncol(df)=92).in order to check homoskedasticity of variance of my 92 samples i do: bartlett.test(df) it work and give me a result.b