Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

nlsLMList.formula

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"),
  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


nlraa

Nonlinear Regression for Agricultural Applications

v0.89
GPL-3
Authors
Fernando Miguez [aut, cre] (<https://orcid.org/0000-0002-4627-8329>), José Pinheiro [ctb, cph] (author of nlme::nlsList, nlme::predict.gnls, nlme::predict.nlme), Douglas Bates [ctb, cph] (author of nlme::nlsList, nlme::predict.gnls, nlme::predict.nlme), R-core [ctb, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.