Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua committed Aug 20, 2024
1 parent ffa4c9e commit 091541b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/prop_diff.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' @description `r lifecycle::badge("stable")`
#'
#' The analysis function [estimate_prop_diff()] creates a layout element to estimate the difference in proportion of
#' The analysis function [estimate_proportion_diff()] creates a layout element to estimate the difference in proportion of

Check warning on line 5 in R/prop_diff.R

View workflow job for this annotation

GitHub Actions / SuperLinter 🦸‍♀️ / Lint R code 🧶

file=R/prop_diff.R,line=5,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 122 characters.
#' responders within a studied population. The primary analysis variable, `vars`, is a logical variable indicating
#' whether a response has occurred for each record. See the `method` parameter for options of methods to use when
#' constructing the confidence interval of the proportion difference. A stratification variable can be supplied via the
Expand Down
2 changes: 1 addition & 1 deletion R/summarize_colvars.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#'
#' The analyze function [summarize_colvars()] uses the statistics function [s_summary()] to analyze variables that are
#' arranged in columns. The variables to analyze should be specified in the table layout via column splits (see
#' [split_cols_by()] and [split_cols_by_mutlivar()]) prior to using [summarize_colvars()].
#' [split_cols_by()] and [split_cols_by_multivar()]) prior to using [summarize_colvars()].
#'
#' The function is a minimal wrapper for [rtables::analyze_colvars()], a function typically used to apply different
#' analysis methods in rows for each column variable. To use the analysis methods as column labels, please refer to
Expand Down
2 changes: 1 addition & 1 deletion man/prop_diff.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/summarize_colvars.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 091541b

Please sign in to comment.