nlsLMList.formula: Formula method for nls 'LM' list method

View source: R/nlsLMList.R

nlsLMList.formulaR Documentation

Formula method for nls ‘LM’ list method

Description

formula method for nlsLMList

Usage

## S3 method for class 'formula'
nlsLMList(
  model,
  data,
  start = NULL,
  control,
  level,
  subset,
  na.action = na.fail,
  algorithm = c("LM", "default", "port", "plinear"),
  lower = NULL,
  upper = NULL,
  pool = TRUE,
  warn.nls = NA
)

Arguments

model

see nlsList

data

see nlsList

start

see nlsList

control

see nls

level

see nlsList

subset

see nlsList

na.action

see nlsList

algorithm

choice of algorithm default is ‘LM’ which uses ‘nlsLM’ from the minpack.lm package.

lower

vectors of lower and upper bounds, replicated to be as long as start. If unspecified, all parameters are assumed to be unconstrained. Bounds can only be used with the “port” algorithm. They are ignored, with a warning, if given for other algorithms.

upper

see ‘lower’

pool

see nlsList

warn.nls

see nlsList

Value

an object of class ‘nlsList’


nlraa documentation built on July 9, 2023, 6:08 p.m.