Displaying 2 results from an estimated 2 matches for "weould".
2007 Dec 24
3
What I would like to contribute with
Hi,
I saw some errors in the "Amamda backup" article that I would correct
and then I would like to start a "Banners" article that describes what
files have what meaning like, motd, issue, issue.net and what info they
should/could contain.
I have also worked a lot with Asterisk and is keen to move the Fedora
1.4 to CentOS addons but I don't know if this is the right forum.
2005 Sep 25
2
summary nls output
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