Skip to content
Prev 10559 / 63424 Next

var() doesn't work for R-1.8.0

I installed R-1.8.0 alpha in my machine, which runs redhat9.0. 

I tried to run

x <- c(1,2,3,4)
var(x)

It said 4 parameters are needed and I just provide 3. 

Thanks

Bin