From 9d76b1938737e37ab1a0eaf2b707cc1a5c29e676 Mon Sep 17 00:00:00 2001 From: wlandau-lilly Date: Mon, 5 Jun 2023 15:19:20 -0400 Subject: [PATCH] lint --- R/brm_marginal_data.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/brm_marginal_data.R b/R/brm_marginal_data.R index 88dc2a21..e89a6a0f 100644 --- a/R/brm_marginal_data.R +++ b/R/brm_marginal_data.R @@ -19,7 +19,7 @@ #' with confidence level determined by the `level` argument. #' * `n_observe`: number of non-missing values in the response. #' * `n_total`: number of total records in the data for the given -#' group/time combination, including both observed and missing values. +#' group/time combination, including both observed and missing values. #' @inheritParams brm_formula #' @inheritParams brm_model #' @param level Numeric of length 1 from 0 to 1, level of the confidence @@ -83,4 +83,4 @@ brm_marginal_data <- function( args <- lapply(setdiff(columns, "value"), as.symbol) args$.data <- out do.call(what = dplyr::arrange, args = args) -} \ No newline at end of file +}