Revision 71c1da171998a52421ad9aef59a5862c6503c2a9 authored by G. Grothendieck on 02 May 2022, 04:30:02 UTC, committed by cran-robot on 02 May 2022, 04:30:02 UTC
1 parent f960238
Raw File
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