R/summary.mpp.R

Defines functions summary.mpp

Documented in summary.mpp

summary.mpp <- function(object, ...){
    object$LL <- logLik(object)
    object$data <- NULL
    if (inherits(object$gif, "function")) object$gif <- NULL
    class(object) <- c("summary.mpp", "list")
    return(object)
}

Try the PtProcess package in your browser

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

PtProcess documentation built on May 4, 2021, 1:06 a.m.