Re: [R] Hartley's table

2011-02-19 Thread Peter Ehlers
On 2011-02-16 06:08, Silvano wrote: Hi, I used the commands below to make Hartley's table, but some values are NA. You might want to contact the maintainer of SuppDists (cc'd). Presumably, the C code uses inappropriate starting values for those cases. Meanwhile, here's a simpler way to genera

[R] Hartley's table

2011-02-16 Thread Silvano
Hi, I used the commands below to make Hartley's table, but some values are NA. require(SuppDists) trat = seq(2, 15, 1) gl = seq(2, 40, 1) har = matrix(0, nr=length(gl), nc=length(trat)) for(i in 1:length(gl)) for(j in 1:length(trat)) har[i,j] <- qmaxFratio(.95, df=gl[i], k=trat[j]) rownames(h

Re: [R] Hartley's table

2010-02-26 Thread Tobias Verbeke
Hi Silvano, Is it library(SuppDists) ?maxFratio you are looking for ? Best, Tobias Silvano wrote: Hi, Does anyone know how to generate Hartley's table in R? -- Silvano Cesar da Costa Departamento de Estatística Universidade Estadual de Londrina Fone: 337

[R] Hartley's table

2010-02-26 Thread Silvano
Hi, Does anyone know how to generate Hartley's table in R? -- Silvano Cesar da Costa Departamento de Estatística Universidade Estadual de Londrina Fone: 3371-4346 __ R-help@r-project.org mailing list https://stat.et