Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
donotdespair committed Jul 26, 2024
1 parent 72c37e2 commit ec7296f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions R/estimate.bvarPANEL.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
#' \eqn{A_c} is an \code{NxK} matrix of country-specific autoregressive slope
#' coefficients and parameters on deterministic terms in \eqn{X_c}.
#'
#' @param specification an object of class BVARPANEL generated using the
#' @param specification an object of class \code{BVARPANEL} generated using the
#' \code{specify_bvarPANEL$new()} function.
#' @param S a positive integer, the number of posterior draws to be generated
#' @param thin a positive integer, specifying the frequency of MCMC output thinning
#' @param show_progress a logical value, if \code{TRUE} the estimation progress
#' bar is visible
#'
#' @return An object of class PosteriorBVARPANEL containing the Bayesian
#' @return An object of class \code{PosteriorBVARPANEL} containing the Bayesian
#' estimation output and containing two elements:
#'
#' \code{posterior} a list with a collection of \code{S} draws from the
#' posterior distribution generated via Gibbs sampler.
#' \code{last_draw} an object of class BVARPANEL with the last draw of the
#' \code{last_draw} an object of class \code{BVARPANEL} with the last draw of the
#' current MCMC run as the starting value to be passed to the continuation of
#' the MCMC estimation using the \code{estimate()} method.
#'
Expand Down Expand Up @@ -74,7 +74,7 @@ estimate.BVARPANEL <- function(
#'
#' @method estimate PosteriorBVARPANEL
#'
#' @param specification an object of class PosteriorBVARPANEL generated using
#' @param specification an object of class \code{PosteriorBVARPANEL} generated using
#' the \code{estimate.BVARPANEL()} function. This setup facilitates the
#' continuation of the MCMC sampling starting from the last draw of the previous
#' run.
Expand Down
6 changes: 3 additions & 3 deletions man/estimate.BVARPANEL.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/estimate.PosteriorBVARPANEL.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ec7296f

Please sign in to comment.