Skip to content

Levene's test output

2 messages · Rui Barradas

#
Hello,

The Pr(>F) is a regular p-value, with the usual meaning.

Rui Barradas

Em 21-06-2013 11:05, pieter escreveu:
#
Hello,

Just to add to the last post, you can try to get that p-value using what 
that output gives you:


df1 <- 1
df2 <- 356
F_stat <- 10.948
pf(F_stat, df1, df2, lower.tail = FALSE) # same value


Hope this helps,

Rui Barradas

Em 21-06-2013 12:11, Rui Barradas escreveu: