Nothing
#' @export
anyNA.mcarray <- function(x, recursive = FALSE) anyNA(unclass(x))
#' @export
anyNA.mcmc <- function(x, recursive = FALSE) anyNA(unclass(x))
#' @export
anyNA.mcmc.list <- function(x, recursive = FALSE) any(vapply(x, anyNA, TRUE))
#' @export
anyNA.mcmcarray <- function(x, recursive = FALSE) anyNA(unclass(x))
#' @export
anyNA.mcmcr <- function(x, recursive = FALSE) any(vapply(x, anyNA, TRUE))
#' @export
anyNA.mcmcrs <- function(x, recursive = FALSE) any(vapply(x, anyNA, TRUE))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.