From 65f1f5bf5bb903032affe554a50da56a00a02f20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Wo=C5=BAniak?= Date: Sun, 1 Sep 2024 21:10:48 +1000 Subject: [PATCH] include summary in see also --- R/estimate.bvarPANEL.R | 2 +- man/estimate.BVARPANEL.Rd | 2 +- man/estimate.PosteriorBVARPANEL.Rd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/R/estimate.bvarPANEL.R b/R/estimate.bvarPANEL.R index f20dd29..208cd65 100644 --- a/R/estimate.bvarPANEL.R +++ b/R/estimate.bvarPANEL.R @@ -79,7 +79,7 @@ #' the MCMC estimation using the \code{estimate()} method. } #' } #' -#' @seealso \code{\link{bvarPANELs}}, \code{\link{specify_bvarPANEL}}, \code{\link{specify_posterior_bvarPANEL}} +#' @seealso \code{\link{bvarPANELs}}, \code{\link{specify_bvarPANEL}}, \code{\link{specify_posterior_bvarPANEL}},code{\link{summary.PosteriorBVARPANEL}} #' #' @author Tomasz Woźniak \email{wozniak.tom@pm.me} #' diff --git a/man/estimate.BVARPANEL.Rd b/man/estimate.BVARPANEL.Rd index 79a9e13..52210f2 100644 --- a/man/estimate.BVARPANEL.Rd +++ b/man/estimate.BVARPANEL.Rd @@ -101,7 +101,7 @@ posterior = estimate(burn_in, 10) # estimate the model } \seealso{ -\code{\link{bvarPANELs}}, \code{\link{specify_bvarPANEL}}, \code{\link{specify_posterior_bvarPANEL}} +\code{\link{bvarPANELs}}, \code{\link{specify_bvarPANEL}}, \code{\link{specify_posterior_bvarPANEL}},code{\link{summary.PosteriorBVARPANEL}} } \author{ Tomasz Woźniak \email{wozniak.tom@pm.me} diff --git a/man/estimate.PosteriorBVARPANEL.Rd b/man/estimate.PosteriorBVARPANEL.Rd index 935002a..6efb1b2 100644 --- a/man/estimate.PosteriorBVARPANEL.Rd +++ b/man/estimate.PosteriorBVARPANEL.Rd @@ -103,7 +103,7 @@ posterior = estimate(burn_in, 10) # estimate the model } \seealso{ -\code{\link{bvarPANELs}}, \code{\link{specify_bvarPANEL}}, \code{\link{specify_posterior_bvarPANEL}} +\code{\link{bvarPANELs}}, \code{\link{specify_bvarPANEL}}, \code{\link{specify_posterior_bvarPANEL}},code{\link{summary.PosteriorBVARPANEL}} } \author{ Tomasz Woźniak \email{wozniak.tom@pm.me}