Skip to content
Prev 26183 / 398502 Next

Can't find nls()

Dear Kris,

Try typing "library(nls)" and "library(MASS)" at the R prompt. nls and MASS 
should be part of your R installation (assuming you are using a relatively 
recent R version).

You can find more answers to these questions in the FAQ (5.1 shows the 
packages which are part of the standard distribution and 5.3 explains, among 
others, how to load packages). You might also want to read R-intro ("An 
introduction to R") and/or some of the other into docs available from the web 
page.

Hope this helps.

Ram?n
On Wednesday 11 December 2002 15:52, Kris Nackaerts wrote: