Skip to content
Back to formatted view

Raw Message

Message-ID: <1352976735696-4649583.post@n4.nabble.com>
Date: 2012-11-15T10:52:15Z
From: Mario Garrido
Subject: correct use with fligner test

Hi R users,
Iwant to run a model, but want to know previously if my data present
homoscedascity:
the model is something like this: 
glm(ax~a*b*c*d)

I?ve found four different ways to test for homoscedascity, but i want to
know which is correct:

1.-   > fligner.test(glm(x~a*b*c*d))

2.-   > fligner.test(x~a*b*c*d)

3.-   > fligner.test(x~a,b,c,d)

4.-   > interc<-interaction(a,b,c,d)
        > fligner.test(x,interc)

Thanks in advance




-----
Mario Garrido Escudero
PhD student
Dpto. de Biolog?a Animal, Ecolog?a, Parasitolog?a, Edafolog?a y Qca. Agr?cola
Universidad de Salamanca
--
View this message in context: http://r.789695.n4.nabble.com/correct-use-with-fligner-test-tp4649583.html
Sent from the R help mailing list archive at Nabble.com.