powered by
descsto(x,row=NULL,name=NULL)
B <- read.table("../data/bwght.tab",header=TRUE) attach(B) descsto(B) descsto(cigs,name="cigarettes") descsto(faminc,name="faminc",row=2)
Run the code above in your browser using DataLab