Displaying 1 result from an estimated 1 matches for "tp2255496p2255705".
2010 Jun 15
3
summary stats on continuous data
I'm sorry for what I'm sure is a terribly simple question. I have a large
dataframe along these lines:
S<- 1:3
d<- data.frame(cbind(S=rep(paste('S',S,sep=""),each=30),
trial=rep(1:3,each=10),
FactorA=rep(paste('L',1,sep=""),each=30), Acc=
c(rep(1,each=20),rep(0,each=10)),
Sample=rep(1:10,3), DV= sample(runif(10),10)))
but where each