Description Usage Format Details Source References See Also Examples
List of nl.form objects of pre defined variance models. They use in heteroscedastic variance cases.
nlrobjvarmdls1 has 7 nonlinear variance model function, with σ^2 as variance.
nlrobjvarmdls1 has 7 nonlinear variance model function exactly same as nlrobjvarmdls1 but the σ as variance. In fact it can be standard deviation, square roots. But nlr work with variance functions.
nlrobjvarmdls1 has 3 nonlinear variance model function, in general case they dont include constant variance σ. Variance is general parameteric form Var(error)=H(x,τ)
1 2 3 4  |   data(nlrobjvarmdls1) 
  
  #nlrobjvarmdls1[[1]] access first element.
  
 | 
The format is: chr "nlrobjvarmdls1"
Elements are list of model, each cell is nl.form object.
by index can access any of the nodels, for example nlrobj1[[14]] with name nlrobjvarmdls1[[1]]$name="power" is power model used to fitt the chicken Weights data.
Riazoshams 2015
Robust Nonlinear Regression, Theories and Methods with Practical Guides for R Packages. Riazoshams et al.
1 2  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.