Description Objects from the Class Slots methods Note Author(s) References See Also Examples
Error object returns from all functions in nlr
. It may return no fault or warning or error message.
Objects can be created by calls of the form new("Fault",FL = F,FN=0,FT=NULL,FF=NULL,pnt=F)
.
if pnt=T
then it display the created object result.
FL
:Object of class "logical"
Fault Logic if is TRUE error occured otherwise no error occured.
FN
:Object of class "numeric"
Fault Number, code for error, see notes bellow. All codes can be seen in db.Fault
FT
:Object of class "character"
Fault Text, explain the error.
FF
:Object of class "character"
Fault File, the function that error raised in.
signature(x = "Fault")
: return slots.
db.Fault
variable include error codes and expression used in Fault
.
Hossein Riazoshams, May 2014. Email: riazihosein@gmail.com URL http://www.riazoshams.com/nlr/
Riazoshams H, Midi H, and Ghilagaber G, 2018,. Robust Nonlinear Regression, with Application using R, Joh Wiley and Sons.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.