https://github.com/cran/graphicalVAR
Tip revision: d31ed6ca14e6224fbb6f184b66623e9df996a0bf authored by Sacha Epskamp on 05 March 2015, 00:00:00 UTC
version 0.1.1
version 0.1.1
Tip revision: d31ed6c
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>
}