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
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
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
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
4 matches
Mail list logo