R/summary.mvloc.R

Defines functions `summary.mvloc`

`summary.mvloc` <-
function(object,..., digits=4)
    {   
    cat("The", object$est.name, "of", object$dname, "is:\n") 
    print(format(round(object$location,digits)),quote=F)
    cat("\n")
    cat("And has the covariance matrix:")
    cat("\n")
    print(round(object$vcov,digits))
    invisible(object)
    }

Try the MNM package in your browser

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

MNM documentation built on May 29, 2024, 8:49 a.m.