[R] summary nls output

Chun-Ying Lee u9370004 at cc.kmu.edu.tw
Sun Sep 25 12:49:26 CEST 2005


Dear R user:
    I bulid a package, and in the package I use the function "nls"
to solve some questions. If I have two sets of data, and I want to 
summary these two data's nls output, I write the command in the 
package source code like:
{
..........
summary(fm1)
summary(fm2)
}
then i compiler the package and use "Install package(s) from 
local zip files" to install my package.
But when I run the package, it just show the summary(fm2), the
part of summary(fm1) miss, why is it so?
Any suggestions would be most helpful! Thanks!!




More information about the R-help mailing list