Package: nlsr 2024.01.29

nlsr: Functions for Nonlinear Least Squares Solutions - Updated 2022

Provides tools for working with nonlinear least squares problems. For the estimation of models reliable and robust tools than nls(), where the the Gauss-Newton method frequently stops with 'singular gradient' messages. This is accomplished by using, where possible, analytic derivatives to compute the matrix of derivatives and a stabilization of the solution of the estimation equations. Tools for approximate or externally supplied derivative matrices are included. Bounds and masks on parameters are handled properly.

Authors:John C Nash [aut, cre], Duncan Murdoch [aut], Fernando Miguez [ctb], Arkajyoti Bhattacharjee [ctb]

nlsr_2024.01.29.tar.gz
nlsr_2024.01.29.zip(r-4.5)nlsr_2024.01.29.zip(r-4.4)nlsr_2024.01.29.zip(r-4.3)
nlsr_2024.01.29.tgz(r-4.4-any)nlsr_2024.01.29.tgz(r-4.3-any)
nlsr_2024.01.29.tar.gz(r-4.5-noble)nlsr_2024.01.29.tar.gz(r-4.4-noble)
nlsr_2024.01.29.tgz(r-4.4-emscripten)nlsr_2024.01.29.tgz(r-4.3-emscripten)
nlsr.pdf |nlsr.html
nlsr/json (API)
NEWS

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

Peer review:

Bug tracker:https://github.com/nashjc/nlsr/issues

On CRAN:

39 exports 1.93 score 1 dependencies 4 dependents 1 mentions 92 scripts 555 downloads

Last updated 6 months agofrom:4bf2ecfe2f. Checks:OK: 1 WARNING: 6. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 11 2024
R-4.5-winWARNINGSep 11 2024
R-4.5-linuxWARNINGSep 11 2024
R-4.4-winWARNINGSep 11 2024
R-4.4-macWARNINGSep 11 2024
R-4.3-winWARNINGSep 11 2024
R-4.3-macWARNINGSep 11 2024

Exports:codeDerivdexfindSubexprsfnDerivisCALLisMINUSONEisONEisZEROjabackjacentraljafwdjandmodel2rjfunmodel2ssgrfunmodelexprnewDerivnewSimplificationnlfbnlsDerivnlsrnlsr.controlnlsrSSnlsSimplifynlxbnumericDerivRnvecpctrlpnlspnlslmprtpshortrawresresgrresssSSlogisJNSSmod2rjfunsysDerivssysSimplificationswrapnlsr

Dependencies:digest

nlsr/nlsr Background, Development, and Discussion

Rendered fromnlsr-devdoc.Rmdusingknitr::rmarkdownon Sep 11 2024.

Last update: 2024-04-06
Started: 2023-09-03

nlsr and Other Approaches to Derivatives in R

Rendered fromnlsr-derivs.Rmdusingknitr::rmarkdownon Sep 11 2024.

Last update: 2024-04-06
Started: 2023-09-03

An introduction to nlsr

Rendered fromIntro-to-nlsr.Rmdusingknitr::rmarkdownon Sep 11 2024.

Last update: 2024-04-06
Started: 2023-09-03

Specifying and Using Fixed Parameters in Nonlinear Estimation

Rendered fromFixedParameters.Rmdusingknitr::rmarkdownon Sep 11 2024.

Last update: 2024-04-06
Started: 2023-09-03

Symbolic and analytical derivatives in R

Rendered fromR-analytic-derivatives.Rmdusingknitr::rmarkdownon Sep 11 2024.

Last update: 2024-04-06
Started: 2023-09-03