Learn R Programming

mcmcr (version 0.0.2)

anyNA: Any Missing Values

Description

Test whether there are any missing values.

Usage

# S3 method for mcarray
anyNA(x, recursive = FALSE)

# S3 method for mcmc anyNA(x, recursive = FALSE)

# S3 method for mcmc.list anyNA(x, recursive = FALSE)

# S3 method for mcmcarray anyNA(x, recursive = FALSE)

# S3 method for mcmcr anyNA(x, recursive = FALSE)

# S3 method for mcmcrs anyNA(x, recursive = FALSE)

Arguments

x

The object to test.

recursive

Unused.

Value

A flag indicating whether there are any missing values.

See Also

base::anyNA

Examples

Run this code
# NOT RUN {
anyNA(mcmcr_example)
anyNA(mcmcr_example$beta)

# }

Run the code above in your browser using DataLab