If you want to extract values from without printing, use indexing. Check ?`[` for various ways to extract values. These, of course, depend on what x is, which you have still not provided.
This is also fairly basic and covered in the introduction to R. Have you read it? If not, you should do so before posting to the help forum. HTH, Jon On Thu, May 26, 2011 at 3:23 PM, Lisa <lisa...@gmail.com> wrote: > Thanks for your comments and suggestion. I didn’t show all my own function > here because it has many lines. “x” is the results of another function. I am > calling summary because I want to extract some values from the results. > > -- > View this message in context: > http://r.789695.n4.nabble.com/Suppress-intermediate-results-on-console-tp3553276p3553405.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > 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. > -- =============================================== Jon Daily Technician =============================================== #!/usr/bin/env outside # It's great, trust me. ______________________________________________ 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.