search for: freqtbl1

Displaying 1 result from an estimated 1 matches for "freqtbl1".

Did you mean: freqtable
2010 Sep 20
3
Depletion of small p values upon iterative testing of identical normal distributions
...e two key parts of my code to show what functions I'm working with: #Calculating the p values while(i<numtests){ Group1<-rnorm(6,-0.0065,0.0837) Group2<-rnorm(6,-0.0065,0.0837) PV<-t.test(Group1,Group2)$p.value pscoresvector<-c(PV,pscoresvector) i<-i+1 } #Binning the results freqtbl1<-binning(pscoresvector,breaks=bins) Thanks in advance for any insights, Andrew [[alternative HTML version deleted]]