Description Usage Arguments Details Value Note Author(s) References See Also Examples
Error of a procedure in nlr
package will be saved in Fault
slot of fited object with object type class Fault
. is.Fault
read the Fault
slot or a Fault
object to detect error happened or no. The value inside Fault$FL
will show the result.
1 | is.Fault(obj)
|
obj |
all fited objects include a slot of |
is.Fault
is imitating other is.
primitive functions.It is implemented for debuging purpose in nlr
.
logical value TRUE
or T
if error happened, FALSE
or F
if result is not error.
The Fault
object can be warning, but not error, in this case you can use is.Warn
or is.Faultwarn
to detect warnings.
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.
Fault
, is.Warn
or is.Faultwarn
, nl.fitt
, nl.fitt.gn
, nl.fitt.rob
, nl.fitt.rgn
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.