R/rowVars.R

Defines functions rowVars

Documented in rowVars

rowVars <- function(
    x
){
    apply(x, 1, var, na.rm=T)
}

Try the sSeq package in your browser

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

sSeq documentation built on Nov. 8, 2020, 5:52 p.m.