From 624bbb4ede25de70e9094288f81b1e0453c1b841 Mon Sep 17 00:00:00 2001 From: wlandau-lilly Date: Mon, 5 Jun 2023 16:07:00 -0400 Subject: [PATCH] lint --- R/brm_plot_compare.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/brm_plot_compare.R b/R/brm_plot_compare.R index ed051674..6bd56cd2 100644 --- a/R/brm_plot_compare.R +++ b/R/brm_plot_compare.R @@ -3,7 +3,7 @@ #' @family visualization #' @description Visually compare the marginals of models and datasets. #' @return A `ggplot` object. -#' @param ... Named data frames of marginals posterior summaries +#' @param ... Named data frames of marginals posterior summaries #' from [brm_marginal_summaries()] and/or [brm_marginal_data()]. #' @param marginal Character of length 1, which kind of marginal #' to visualize: either `"response"`, `"change"`, or `"difference"`.