Learn R Programming

nlr (version 0.1-3)

db.methodBR: method branches database

Description

Sub method used in procedures in functions.

Usage

db.methodBR

Arguments

Format

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

  • methodBR: method branch.

  • detailBR: detail and long description of the method.

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.

References

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

Examples

Run this code
# NOT RUN {
data(db.methodBR)       # load data
db.methodBR            # variable name
## maybe str(db.methodBR) ; plot(db.methodBR) ...
# }

Run the code above in your browser using DataLab