Learn R Programming

nlr (version 0.1-3)

callorNULL-class: Class "or classes"

Description

A set of or classes for compatibility purposes. It is used to be able to identify null values.

  • callorNULLcall or NULL class.

  • characterorNULL character or null.

  • expressionorNULL expression or null.

  • fittmethodorNULL fittmethod or null.

  • functionorNULL function or null.

  • integerorNULL integer or null.

  • listorNULL list or null.

  • logicalorNULL logical or null.

  • matrixororNULL matrix or null.

  • nl.fitt.roborNULL nl.fitt.rob or null.

  • fittorNULL fitt or null.

  • nl.formorNULL nl.form or null.

  • nl.numericorNULL numeric or null.

  • vectororMatrix vector or Matrix.

  • vectororNULL vector or null.

Arguments

Objects from the Class

A virtual Class: No objects may be created from it.

methods

No methods defined with class "callorNULL" in the signature.

References

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

See Also

nlr

Examples

Run this code
# NOT RUN {
setClassUnion("nl.fittorNULL", c("nl.fitt", "NULL"))
# }

Run the code above in your browser using DataLab