Learn R Programming

MVR (version 1.20.0)

is.empty: Checks if Object is Empty

Description

Internal subroutine called by end-user mvr and mvrt.test functions to represent the empty array, matrix, or vector of zero dimension or length. Often returned by expressions and functions whose value is undefined.

Usage

is.empty(x)

Arguments

x
array, matrix or vector of any type.

Value

  • logical scalar. Returns TRUE if its argument is empty and FALSE otherwise.

Details

None

References

  • Dazard J-E., Hua Xu and J. S. Rao (2011). "R package MVR for Joint Adaptive Mean-Variance Regularization and Variance Stabilization." In JSM Proceedings, Section for Statistical Programmers and Analysts. Miami Beach, FL, USA: American Statistical Association IMS - JSM, 3849-3863.
  • Dazard J-E. and J. S. Rao (2012). "Joint Adaptive Mean-Variance Regularization and Variance Stabilization of High Dimensional Data." Comput. Statist. Data Anal. 56(7):2317-2333.

See Also

is.null from R package base.