db.methodBR: method branches database

Description Usage Format Details Source References Examples

Description

Sub method used in procedures in functions.

Usage

1

Format

The format is: data.frame chr "db.methodBR"

Details

Any method used in functions might have some sub branch depending the procedure it used. The codes and detail is from "db.methodBR" database. The result objects from function have "fittmethod" sub object that save methods and sub methods used in the function.

Source

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

References

Riazoshams H, Midi H, and Ghilagaber G, 2018,. Robust Nonlinear Regression, with Application using R, Joh Wiley and Sons.

Examples

1
2
3
data(db.methodBR)       # load data
db.methodBR            # variable name
## maybe str(db.methodBR) ; plot(db.methodBR) ...

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

Related to db.methodBR in nlr...