Nothing
#' Erase the sevt fit
#'
#' @param object an object of class \code{sevt}
#' @return an object of class \code{sevt} without
#' \code{prob} and \code{ll} field.
#' @keywords internal
erase_fit <- function(object) {
object$ll <- NULL
object$prob <- NULL
return(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.