R/colVars.R

"colVars" <-
function(x, na.rm = FALSE, unbiased = TRUE, SumSquares = FALSE)
{
   apply(x, 2, var)
}

Try the boa package in your browser

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

boa documentation built on May 1, 2019, 9:12 p.m.