Skip to content
Prev 65955 / 398502 Next

How to extract x rows to get x pvalues using t.test

That's not true.  In R, there's a for loop hidden inside apply() (just look
at the source).  In S-PLUS, C level looping is done in some situations, and
for others lapply() is used.

Andy