createTable
and exports the tables to LaTeX format.export2latex(x, file,...)
write.table
.createTable
, export2csv
data(myData)
ans<-compareGroups(y~.,myData)
export2latex(createTable(ans),file="c:/example/tables/table1")
Run the code above in your browser using DataLab