Skip to content
Prev 77808 / 398502 Next

summary nls output

This is because R only permits one object to be output.  If you weould
like two objects, you might try something like

{
..........
list(fm1 = summary(fm1), fm2 = summary(fm2))
}

Good luck,

Andrew
On Sun, Sep 25, 2005 at 06:49:26PM +0800, Chun-Ying Lee wrote: