Hi I want to analyse my data (using nonlinear regression ) but I can not load and install the package. this package (nls) not available in my R. how get it. -- View this message in context: http://r.789695.n4.nabble.com/nls-package-tp3541485p3541485.html Sent from the R help mailing list archive at Nabble.com.
nls package
4 messages · dslowik, magushi, David Winsemius
nls is part of the stats 'package'. -- View this message in context: http://r.789695.n4.nabble.com/nls-package-tp3541485p3541502.html Sent from the R help mailing list archive at Nabble.com.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110521/552ca845/attachment.pl>
On May 21, 2011, at 9:33 PM, magushi wrote:
Hi I want to analyse my data (using nonlinear regression ) but I can not load and install the package. this package (nls) not available in my R. how get it.
nls() is a function that is part of the stats package which is installed automatically and also loaded automatically. Have you misspelled that name of another similarly named package?
-- View this message in context: http://r.789695.n4.nabble.com/nls-package-tp3541485p3541485.html
David Winsemius, MD West Hartford, CT