Learn R Programming

nlraa (version 1.2)

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

Description

formula method for nlsLMList

Usage

# S3 method for formula
nlsLMList(
  model,
  data,
  start = NULL,
  control,
  level,
  subset,
  na.action = na.fail,
  algorithm = c("LM", "default", "port", "plinear"),
  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.

pool

see nlsList

warn.nls

see nlsList