| 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) | |
library("stats")
x=normal(290,1)
y=normal(290,1)
ftest(x,y)
[1,] "------ F test ------" [2,] "--------------------" [3,] "testing s1>s2" [4,] "--------------------" [5,] "F value: 1.0801" [6,] "Sign. 0.5131"