powered by
row.ttest.statp(mat)
## The function is currently defined as function(mat){ m<-rowMeans(mat,na.rm=TRUE) sd<-rowSds(mat,na.rm=TRUE) tstat<-m/(sd*sqrt(1/dim(mat)[2])) return(tstat)}
Run the code above in your browser using DataLab