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: levene

Quantlet: ftest
Description: ftest runs ftest

Usage: out=ftest(d1,d2)
Input:
d1 n1 x 1 vector
d2 n2 x 1 vector
Output:
out text output (string vector)

Example:
library("stats")
x=normal(290,1)
y=normal(290,1)
ftest(x,y)

Result:
[1,] "------ F test ------"
[2,] "--------------------"
[3,] "testing s1>s2"
[4,] "--------------------"
[5,] "F value:     1.0801"
[6,] "Sign.        0.5131"



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