R/rowVar.R

Defines functions rowVar

Documented in rowVar

rowVar <-
function(x){rowSums((x-rowMeans(x))^2)/(dim(x)[2]-1)}
syspremed/exploBATCH documentation built on May 23, 2019, 9:34 a.m.