On 28-05-2013, at 19:31, bcrombie <bcrom...@utk.edu> wrote: > How do I assign a variable to R output that is generated by default functions > such as: > stat.desc(mydata, basic=TRUE, desc=TRUE, norm=FALSE, p=0.90) > summary(mydata) > Another way to put it: how can I turn an R function result into an object? >
?capture.output Berend ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.