This function uses the getInitial()
function to estimate starting parameters for
a Gauss-Newton iteration, then calls nlsr::nlxb()
appropriately to find a solution
to the required nonlinear least squares problem.
nlsrSS(formula, data)
A solution object of class nlsr
.
List of solution elements
weighted residuals at the proposed solution
Jacobian matrix at the proposed solution
residual function evaluations used to reach solution from starting parameters
Jacobian function (or approximation) evaluations used
a named vector of proposed solution parameters
weighted sum of squared residuals (often the deviance)
lower bounds on parameters
upper bounds on parameters
vector if indices of fixed (masked) parameters
specified weights on observations
the modeling formula
the residual function (unweighted) based on the formula
a model formula incorporating a selfStart function in the right hand side
a data frame with named columns that allow evaluation of the formula
J C Nash 2022-9-14 nashjc _at_ uottawa.ca