Learn R Programming

nlr (version 0.1-3)

nlrobj1: Nonlinear model objects

Description

List of nl.form objects of nonlinear regression models.

  • nlrobj1: has 16 model.

  • nlrobj3: has 18 model.

  • nlrobj4: has 11 model.

  • nlrobj5: has 19 model.

  • nlrobj6: has 7 model.

  • nlrobj7: has 23 model.

Usage

nlrobj1

Arguments

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.

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

Run this code
# NOT RUN {
data(nlrobj1)
nlrobj1
# }

Run the code above in your browser using DataLab