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}