powered by
brkdn(formula,data,maxlevels=10,num.desc=c("mean","var","valid.n"))
describe.numeric
brkdn
dstats
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