Nothing
#' @title Plot a "npmsm" object
#'
#' @description Plot the cumulative intensities of a \code{'npmsm'} objects.
#' A wrapper for \code{\link[mstate:plot.msfit]{plot.msfit}} from the
#' \code{\link[mstate:mstate]{mstate}} package.
#'
#' @param x An object of class \code{"npmsm"}
#' @param ... Additional arguments to \code{\link[mstate:msfit]{msfit}}
#'
#' @return A plot will be produced in the plotting window
#'
#' @export
#' @import mstate
#'
plot.npmsm <- function(x, ...){
plot(x$A, ...)
}
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.