anyNA,tabMatrix-method {mcmcsae} | R Documentation |
S4 method for generic 'anyNA' and signature 'tabMatrix'
Description
S4 method for generic 'anyNA' and signature 'tabMatrix'
Usage
## S4 method for signature 'tabMatrix'
anyNA(x, recursive = FALSE)
Arguments
x |
a tabMatrix object. |
recursive |
not used. |
Value
Whether the tabMatrix object contains missings or not.
[Package mcmcsae version 0.7.9 Index]