Package: nlmrt 2016.3.2

nlmrt: Functions for Nonlinear Least Squares Solutions

Replacement for nls() tools for working with nonlinear least squares problems. The calling structure is similar to, but much simpler than, that of the nls() function. Moreover, where nls() specifically does NOT deal with small or zero residual problems, nlmrt is quite happy to solve them. It also attempts to be more robust in finding solutions, thereby avoiding 'singular gradient' messages that arise in the Gauss-Newton method within nls(). The Marquardt-Nash approach in nlmrt generally works more reliably to get a solution, though this may be one of a set of possibilities, and may also be statistically unsatisfactory. Added print and summary as of August 28, 2012.

Authors:John C. Nash [aut, cre]

nlmrt_2016.3.2.tar.gz
nlmrt_2016.3.2.zip(r-4.7)nlmrt_2016.3.2.zip(r-4.6)nlmrt_2016.3.2.zip(r-4.5)
nlmrt_2016.3.2.tgz(r-4.6-any)nlmrt_2016.3.2.tgz(r-4.5-any)
nlmrt_2016.3.2.tar.gz(r-4.7-any)nlmrt_2016.3.2.tar.gz(r-4.6-any)
nlmrt_2016.3.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
nlmrt/json (API)
NEWS

# Install 'nlmrt' in R:
install.packages('nlmrt', repos = c('https://nashjc.r-universe.dev', 'https://cloud.r-project.org'))

On CRAN:

Conda:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

2.80 score 63 scripts 273 downloads 9 exports 0 dependencies

Last updated from:3803849a65. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK146
source / vignettesOK156
linux-release-x86_64OK99
macos-release-arm64OK85
macos-oldrel-arm64OK75
windows-develOK90
windows-releaseOK74
windows-oldrelOK102
wasm-releaseOK84

Exports:model2grfunmodel2jacfunmodel2resfunmodel2ssfunmodgrmodssnlfbnlxbwrapnls

Dependencies:

nlmrt Tutorial

Rendered fromnlmrt-vignette.Rnwusingutils::Sweaveon May 16 2026.

Last update: 2016-03-04
Started: 2013-08-10