Skip to content
Prev 139706 / 398506 Next

Table of basic descriptive statistics like SPSS

ukoenig at med.uni-marburg.de wrote:
This looks very much like the output of the "describe" function in the 
prettyR package. You can specify which summary stats you want (even roll 
your own).
sink("myoutputfile.txt")
do.your.stuff(...)
sink()
OR
maybe you would enjoy "htmlize" or "R2html" in the prettyR package.
You do this with Sweave, I think.
For plots, the pdf device.
Jim