[Vars-commits] r56 - in pkg: . inst man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Aug 10 21:21:29 CEST 2009
Author: bpfaff
Date: 2009-08-10 21:21:28 +0200 (Mon, 10 Aug 2009)
New Revision: 56
Modified:
pkg/DESCRIPTION
pkg/inst/ChangeLog
pkg/man/summary.Rd
Log:
Fixed documentation summary.Rd (see Changelog).
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2009-08-06 20:21:38 UTC (rev 55)
+++ pkg/DESCRIPTION 2009-08-10 19:21:28 UTC (rev 56)
@@ -1,8 +1,8 @@
Package: vars
Type: Package
Title: VAR Modelling
-Version: 1.4-6
-Date: 2009-08-04
+Version: 1.4-7
+Date: 2009-08-10
Author: Bernhard Pfaff
Maintainer: Bernhard Pfaff <bernhard at pfaffikus.de>
Depends: R (>= 2.0.0), MASS, strucchange, urca (>= 1.1-6)
Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog 2009-08-06 20:21:38 UTC (rev 55)
+++ pkg/inst/ChangeLog 2009-08-10 19:21:28 UTC (rev 56)
@@ -1,3 +1,7 @@
+2009-08-10 Dr. Bernhard Pfaff <bp at callisto>
+
+ * man/summary.Rd: Deleted erroneous \cr.
+
2009-08-04 Dr. Bernhard Pfaff <bp at callisto>
* R/predict-vec2var.R: Fixed bug in trend generation for forecasts.
Modified: pkg/man/summary.Rd
===================================================================
--- pkg/man/summary.Rd 2009-08-06 20:21:38 UTC (rev 55)
+++ pkg/man/summary.Rd 2009-08-10 19:21:28 UTC (rev 56)
@@ -47,16 +47,19 @@
\value{
Returns either a list with class attribute \code{varsum} which contains the
- following elements:\cr
+ following elements:
+
\item{names}{Character vector with the names of the endogenous
-correlation matrix of VAR residuals.}
+ correlation matrix of VAR residuals.}
\item{logLik}{Numeric, value of log Likelihood.}
\item{obs}{Integer, sample size.}
\item{roots}{Vector, roots of the characteristic polynomial.}
\item{type}{Character vector, deterministic regressors included in VAR:}
- \item{call}{Call, the initial call to \code{VAR}.}\cr
+ \item{call}{Call, the initial call to \code{VAR}.}
+
Or a list with class attribute \code{svarsum} which contains the
- following elements:\cr
+ following elements:
+
\item{type}{Character, the type of SVAR-model.}
\item{A}{Matrix, estimated coefficients for A matrix.}
\item{B}{Matrix, estimated coefficients for B matrix.}
@@ -69,9 +72,11 @@
\item{obs}{Integer, number of observations used.}
\item{opt}{List, result of \code{optim()}.}
\item{iter}{Integer, the count of iterations.}
- \item{call}{Call, the call to \code{SVAR()}.}
+ \item{call}{Call, the call to \code{SVAR()}.}
+
Or a list with class attribute \code{svecsum} which contains the
- following elements:\cr
+ following elements:
+
\item{type}{Character, the type of SVEC-model.}
\item{SR}{Matrix, contemporaneous impact matrix.}
\item{LR}{Matrix, long-run impact matrix.}
More information about the Vars-commits
mailing list