powered by
brkdn(formula,dataframe,maxlevels=10,do.sd=FALSE)
dstats
brkdn
test.df<-data.frame(Age=rnorm(100)+3*10,Sex=sample(c("M","F"),100,TRUE), Employ=sample(c("FT","PT","NO"),100,TRUE)) brkdn(Age~Sex+Employ,test.df)
Run the code above in your browser using DataLab