#Levene R Script library(car) LT=read.table("c:/RData/LeveneTest.txt") LT attach(LT) leveneTest(height,age)