https://github.com/cran/nls2
Raw File
Tip revision: 71c1da171998a52421ad9aef59a5862c6503c2a9 authored by G. Grothendieck on 02 May 2022, 04:30:02 UTC
version 0.3-3
Tip revision: 71c1da1
INSTALL
To install:

  install.packages("nls2")

or to install the development version:

  library(devtools)
  install_github("ggrothendieck/nls2")

Note that the lhs package must be installed to use the Latin Hypercube Sampling
algorithm of nls2.

See the README file for an overview of the package and the ?nls2 help file
for detailed documentation.
back to top