Learn R Programming

mcmcsae (version 0.7.8)

anyNA,tabMatrix-method: S4 method for generic 'anyNA' and signature 'tabMatrix'

Description

S4 method for generic 'anyNA' and signature 'tabMatrix'

Usage

# S4 method for tabMatrix
anyNA(x, recursive = FALSE)

Value

Whether the tabMatrix object contains missings or not.

Arguments

x

a tabMatrix object.

recursive

not used.