R/var1.R

Defines functions var1

Documented in var1

 var1<-
function(x)
{
	nn <- length(x)
	sum((x - sum(x)/nn)^2)/(nn - 1)
}

Try the nlr package in your browser

Any scripts or data that you put into this service are public.

nlr documentation built on July 31, 2019, 5:09 p.m.