Skip to content
Prev 277413 / 398506 Next

Remove names and more from list with capture.output()

On Nov 14, 2011, at 11:49 PM, Sverre Stausland wrote:

            
the output of capture.output is just going to be a character vector  
and you should select the second element.

 > vec <- capture.output(test)
 > vec[2]
[1] "2 -1 18.512 8.481e-05 ***"
David Winsemius, MD
West Hartford, CT