https://github.com/cran/graphicalVAR
Tip revision: 53a1a7d8e482add6cf15578a3f375ec3874f03f9 authored by Sacha Epskamp on 23 October 2020, 16:50:07 UTC
version 0.2.4
version 0.2.4
Tip revision: 53a1a7d
S3.Rd
\name{print.graphicalVAR}
\alias{print.graphicalVAR}
\alias{summary.graphicalVAR}
\title{
S3 methods for graphicalVAR objects.
}
\description{
Prints a short overview of the results of \code{\link{graphicalVAR}}
}
\usage{
\method{print}{graphicalVAR}(x, ...)
\method{summary}{graphicalVAR}(object, ...)
}
\arguments{
\item{x}{
A \code{graphicalVAR} object
}
\item{object}{
A \code{graphicalVAR} object
}
\item{\dots}{
Not used.
}
}
\author{
Sacha Epskamp <mail@sachaepskamp.com>
}