R/print.mvloc.R

Defines functions `print.mvloc`

`print.mvloc` <-
function(x,...)
    {
    X<-list(location=x$location,vcov=x$vcov)
    print(X, ...)
    }

Try the MNM package in your browser

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

MNM documentation built on May 2, 2019, 5:09 a.m.