db.Fault: Fault database

Description Usage Format Details Source References Examples

Description

Codes of errors used in "nlr" functions.

Usage

1

Format

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

Details

db.Fault is the database of errors that might occure in all functions of the nlr package. Termination of the functions can be due to error or warning. If error happened no output is returned, if warning happened output returned but might not be reliable. Warning kight happen for example if number of iteration exceeded the maximum number of iteration. Then a sugestion will be displayed for remedy the problem. The returned variable is a "Fault" that display the mesage code, number, and file that error happened.

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
data(db.Fault)   # load data
db.Fault        # variable name

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

Related to db.Fault in nlr...