R/printMethods.R

Defines functions print.methimputeBinomialHMM

Documented in print.methimputeBinomialHMM

#' 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.")

}

Try the methimpute package in your browser

Any scripts or data that you put into this service are public.

methimpute documentation built on Nov. 8, 2020, 5:47 p.m.