nlobjvarmdls: Variance model objects.

Description Usage Format Details Source References See Also Examples

Description

List of nl.form objects of pre defined variance models. They use in heteroscedastic variance cases.

Usage

1
2
3
4
  data(nlrobjvarmdls1) 
  
  #nlrobjvarmdls1[[1]] access first element.
  

Format

The format is: chr "nlrobjvarmdls1"

Elements are list of model, each cell is nl.form object.

Details

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.

Source

Riazoshams 2015

References

Robust Nonlinear Regression, Theories and Methods with Practical Guides for R Packages. Riazoshams et al.

See Also

nl.form, Weights

Examples

1
2

nlr documentation built on July 31, 2019, 5:09 p.m.

Related to nlobjvarmdls in nlr...