You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#' Produces histograms showing the marginal posterior distributions from a \code{bayesboot} call. Using the \code{\link{plotPost}} function to produce the individual histograms.
347
+
#' Produces histograms showing the marginal posterior distributions from a
348
+
#' \code{bayesboot} call. Uses the \code{\link{plotPost}} function to produce
349
+
#' the individual histograms.
346
350
#'
347
351
#' @param x The bayesboot object to plot.
348
-
#' @param cred.mass the probability mass to include in credible intervals, or NULL to suppress plotting of credible intervals.
352
+
#' @param cred.mass the probability mass to include in credible intervals, or
353
+
#' NULL to suppress plotting of credible intervals.
349
354
#' @param plots.per.page The maximum numbers of plots per page.
350
-
#' @param cex,cex.lab,... Further parameters passed on to \code{\link{plotPost}}.
355
+
#' @param cex,cex.lab,... Further parameters passed on to
0 commit comments