Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Library: stats
See also: anova

Quantlet: levene
Description: levene runs Levene-test

Usage: out=levene(datain)
Input:
datain n x p data set
Output:
out text output (string array)

Example:
library("stats")
x=read("gas.dat")
levene(x)

Result:
[1,] "-------------------------------------------------"
[2,] "Levene Test for Homogenity of Variances          "
[3,] "-------------------------------------------------"
[4,] "   Statistic     df1     df2    Signif.          "
[5,] "      0.7385       4      15    0.5802           "



Author: M. Benko, W. Haerdle, 20010130 license MD*Tech
(C) MD*TECH Method and Data Technologies, 05.02.2006