Nothing
#' Print model object
#'
#' @param x A \code{\link{methimputeBinomialHMM}} object.
#' @param ... Ignored.
#' @return An invisible \code{NULL}.
#' @export
print.methimputeBinomialHMM <- function(x, ...) {
print(x$data)
message("Use the list operator $ to access all elements of this object.")
}
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.