Skip to content

Commit 7067d32

Browse files
This fixes #63
1 parent cadf3bb commit 7067d32

File tree

4 files changed

+10
-18
lines changed

4 files changed

+10
-18
lines changed

R/bgm.R

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,7 @@
267267
#' @return
268268
#' A list of class \code{"bgms"} with posterior summaries, posterior mean
269269
#' matrices, and access to raw MCMC draws. The object can be passed to
270-
#' \code{print()}, \code{summary()}, \code{coef()}, and
271-
#' \code{as_draws()} methods for inspection and analysis.
270+
#' \code{print()}, \code{summary()}, and \code{coef()}.
272271
#'
273272
#' Main components include:
274273
#' \itemize{
@@ -324,10 +323,8 @@
324323
#' (e.g., number of variables, warmup, sampler settings, package version).
325324
#' }
326325
#'
327-
#' The \code{summary()} method prints formatted posterior summaries,
328-
#' \code{coef()} extracts posterior mean matrices,
329-
#' and \code{as_draws()} converts the raw samples into a
330-
#' \code{posterior::draws_df} object for use with the \pkg{posterior} package.
326+
#' The \code{summary()} method prints formatted posterior summaries, and
327+
#' \code{coef()} extracts posterior mean matrices.
331328
#'
332329
#' NUTS diagnostics (tree depth, divergences, energy, E-BFMI) are included
333330
#' in \code{fit$nuts_diag} if \code{update_method = "nuts"}.

R/bgmCompare.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,8 @@
147147
#' \item \code{arguments}: list of function call arguments and metadata.
148148
#' }
149149
#'
150-
#' The \code{summary()} method prints formatted summaries,
151-
#' \code{coef()} extracts posterior means, and \code{as_draws()} converts
152-
#' raw samples to a \pkg{posterior} \code{draws_df}.
150+
#' The \code{summary()} method prints formatted summaries, and
151+
#' \code{coef()} extracts posterior means.
153152
#'
154153
#' NUTS diagnostics (tree depth, divergences, energy, E-BFMI) are included
155154
#' in \code{fit$nuts_diag} if \code{update_method = "nuts"}.

man/bgm.Rd

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/bgmCompare.Rd

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)