Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Jun 5, 2023
1 parent a611560 commit 9d76b19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/brm_marginal_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
}
}

0 comments on commit 9d76b19

Please sign in to comment.