diff --git a/R/format_stats.R b/R/format_stats.R index 0ea0a54..9a7c6c0 100644 --- a/R/format_stats.R +++ b/R/format_stats.R @@ -214,6 +214,9 @@ format_stats.htest <- function(x, #' @inheritParams format_stats.htest #' +#' @return +#' A character string of statistical information formatted in Markdown or LaTeX. +#' #' @method format_stats easycorrelation #' @family functions for printing statistical objects @@ -312,6 +315,9 @@ format_stats.easycorrelation <- function(x, #' @param ... Additional arguments passed to methods. #' #' +#' @return +#' A character string of statistical information formatted in Markdown or LaTeX. +#' #' @method format_stats BFBayesFactor #' @family functions for printing statistical objects #' @export