Learn R Programming

MVR (version 1.00.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. and J. S. Rao (2010). "Regularized Variance Estimation and Variance Stabilization of High-Dimensional Data." JSM Proceedings. High-Dimensional Data Analysis and Variable Selection Section., Vancouver, BC. Canada, American Statistical Association.
  • Dazard, J-E. and J. S. Rao (2011). "Joint Adaptive Mean-Variance Regularization and Variance Stabilization of High Dimensional Data." Comput. Statist. Data Anal. (submitted).

See Also

is.null from R package base.