Learn R Programming

mcmcsae (version 0.6.0)

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)

Arguments

x

a tabMatrix object.

recursive

not used.

Value

whether the tabMatrix object contains missings or not.