Nothing
# S3 class constructors and validators for wARMASVp
# Classes are created by their respective user-facing function svp()
# This file contains any shared validation logic.
#' @keywords internal
validate_svp <- function(x) {
stopifnot(is.list(x))
stopifnot("phi" %in% names(x))
stopifnot("sigv" %in% names(x))
stopifnot("sigy" %in% names(x))
stopifnot("mu" %in% names(x))
invisible(x)
}
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.