[Vars-commits] r40 - in pkg: . inst man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Jan 10 15:45:46 CET 2009


Author: bpfaff
Date: 2009-01-10 15:45:46 +0100 (Sat, 10 Jan 2009)
New Revision: 40

Modified:
   pkg/DESCRIPTION
   pkg/inst/ChangeLog
   pkg/man/SVAR.Rd
   pkg/man/SVEC.Rd
Log:
Upload of version 1.4-3


Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION	2008-12-14 21:29:28 UTC (rev 39)
+++ pkg/DESCRIPTION	2009-01-10 14:45:46 UTC (rev 40)
@@ -1,8 +1,8 @@
 Package: vars
 Type: Package
 Title: VAR Modelling
-Version: 1.4-2
-Date: 2008-12-14
+Version: 1.4-3
+Date: 2009-01-09
 Author: Bernhard Pfaff
 Maintainer: Bernhard Pfaff <bernhard at pfaffikus.de>
 Depends: R (>= 2.0.0), MASS, strucchange, urca (>= 1.1-6)
@@ -10,4 +10,3 @@
 Description: Estimation, lag selection, diagnostic testing, forecasting, causality analysis, forecast error variance decomposition and impulse response functions of VAR models and estimation of SVAR/SVEC models.
 License: GPL (>= 2)
 URL: http://www.pfaffikus.de
-

Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog	2008-12-14 21:29:28 UTC (rev 39)
+++ pkg/inst/ChangeLog	2009-01-10 14:45:46 UTC (rev 40)
@@ -1,3 +1,8 @@
+2009-01-09    Dr. Bernhard Pfaff  <bp at callisto>
+
+	* man/SVAR.Rd: Fixed warning on htest.
+	* man/SVEC.Rd: Fixed warning on htest.
+
 2008-12-14  Dr. Bernhard Pfaff  <bp at callisto>
 
 	* R/plot.varest.R (plotest): Fixed bug, in for loop names[i] in [ used.

Modified: pkg/man/SVAR.Rd
===================================================================
--- pkg/man/SVAR.Rd	2008-12-14 21:29:28 UTC (rev 39)
+++ pkg/man/SVAR.Rd	2009-01-10 14:45:46 UTC (rev 40)
@@ -126,7 +126,7 @@
   \item{Sigma.U}{The variance-covariance matrix of the reduced form
     residuals times 100, \emph{i.e.}, \eqn{\Sigma_U = A^{-1}BB'A^{-1'}
       \times 100}.}
-  \item{LR}{Object of class \sQuote{code{htest}}, holding the Likelihood
+  \item{LR}{Object of class \sQuote{\code{htest}}, holding the Likelihood
   ratio overidentification test.}
   \item{opt}{List object returned by \command{optim()}.}
   \item{start}{Vector of starting values.}

Modified: pkg/man/SVEC.Rd
===================================================================
--- pkg/man/SVEC.Rd	2008-12-14 21:29:28 UTC (rev 39)
+++ pkg/man/SVEC.Rd	2009-01-10 14:45:46 UTC (rev 40)
@@ -105,7 +105,7 @@
       \times 100}.}
   \item{Restrictions}{Vector, containing the ranks of the restricted
     long run and contemporaneous impact matrices.}
-  \item{LRover}{Object of class \sQuote{code{htest}}, holding the Likelihood
+  \item{LRover}{Object of class \sQuote{\code{htest}}, holding the Likelihood
   ratio overidentification test.}
   \item{start}{Vector of used starting values.}
   \item{type}{Character, type of the SVEC-model.}



More information about the Vars-commits mailing list