nlobj: Nonlinear model objects

Description Usage Format Details Note Source References See Also Examples

Description

List of nl.form objects of nonlinear regression models.

Usage

1
2

Format

The format is: chr "nlrobj1"

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 nlrobj1[[14]]$name="Logistic without intercept" is logestic model to fitt the chicken Weights data.

Note

The variables with prefix fkt are created by Bunke et al. They will not be used in nlr directly or by user.

Source

("nlrobj1", "nlrobj3", "nlrobj4", "nlrobj5") are generalization of objects developed by Bunke et al. 1998.

References

Bunke, O., Droge, B., Polzehl, J. Splus tools for model selection in nonlinear regression (1998) Computational Statistics, 13 (2), pp. 257-281.

See Also

nl.form, Weights

Examples

1
2

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

Related to nlobj in nlr...