[R] summary in functions

2011-02-16 Thread Sam Steingold
summary() in functions seems to print nothing. str() does print something. why? -- Sam Steingold (http://sds.podval.org/) on CentOS release 5.3 (Final) http://mideasttruth.com http://truepeace.org http://iris.org.il http://pmw.org.il http://jihadwatch.org http://ffii.org A year spent in

Re: [R] summary in functions

2011-02-16 Thread Simon Blomberg
On 17/02/11 09:44, Sam Steingold wrote: summary() in functions seems to print nothing. str() does print something. why? summary() returns the summary information as its value. If you want to see this value from inside a function, use print(summary()). The reason you see the summary