R/rowVar.R

Defines functions rowVar

Documented in rowVar

rowVar <-
function(x){rowSums((x-rowMeans(x))^2)/(dim(x)[2]-1)}
gnyamundanda/exploBATCH documentation built on May 20, 2019, 3:31 p.m.