Other packages > Find by keyword >

nlsr  

Functions for Nonlinear Least Squares Solutions - Updated 2022
View on CRAN: Click here


Download and install nlsr package within the R console
Install from CRAN:
install.packages("nlsr")

Install from Github:
library("remotes")
install_github("cran/nlsr")

Install by package version:
library("remotes")
install_version("nlsr", "2023.8.31")



Attach the package and use:
library("nlsr")
Maintained by
John C Nash
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-02-13
Latest Update: 2023-09-05
Description:
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.
How to cite:
John C Nash (2017). nlsr: Functions for Nonlinear Least Squares Solutions - Updated 2022. R package version 2023.8.31, https://cran.r-project.org/web/packages/nlsr. Accessed 21 Nov. 2024.
Previous versions and publish date:
2017.2.12 (2017-02-13 08:39), 2017.2.19 (2017-02-24 16:47), 2017.6.18 (2017-06-20 00:38), 2017.10.4 (2017-10-05 18:31), 2018.1.28 (2018-02-01 00:07), 2019.9.7 (2019-09-08 18:30), 2021.8.19 (2021-08-20 10:40), 2022.8.16 (2022-08-16 23:10), 2023.2.8 (2023-02-09 01:10), 2023.2.12 (2023-02-14 11:00), 2023.5.8 (2023-05-10 17:50)
Other packages that cited nlsr R package
View nlsr citation profile
Other R packages that nlsr depends, imports, suggests or enhances
Complete documentation for nlsr
Functions, R codes and Examples using the nlsr R package
Some associated functions: SSlogisJN . coef.nlsr . dex . findSubexprs . fitted.nlsr . isCALL . isZERO . jaback . jacentral . jafwd . jand . model2rjfun . newDeriv . newSimplification . nlfb . nlsDeriv . nlsSimplify . nlsr.control . nlsr . nlsr.package . nlsrSS . nlxb . numericDerivR . nvec . pctrl . pnls . pnlslm . predict.nlsr . print.nlsr . prt . pshort . rawres . resgr . resid.nlsr . residuals.nlsr . resss . summary.nlsr . sysDerivs . wrapnlsr . 
Some associated R codes: SSlogisJN.R . derivs.R . model2rjfun.R . nlfb.R . nlsr.package.R . nlsrSS.R . nlxb.R . numericDerivR.R . resJacFns.R . wrapnlsr.R .  Full nlsr package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA