Skip to content

Commit

Permalink
Add @return to all functions
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyRStevens committed Oct 9, 2024
1 parent c5f7f95 commit 0d88bfd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions R/format_stats.R
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0d88bfd

Please sign in to comment.