Skip to content

Commit 4b0c51b

Browse files
Merge pull request #475 from Merck/roxygen2-function-links
Link functions with roxygen2 Markdown syntax
2 parents 6cd3e2a + af2bf9f commit 4b0c51b

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

R/gs_info_ahr.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
#' Based on piecewise enrollment rate, failure rate, and dropout rates computes
2222
#' approximate information and effect size using an average hazard ratio model.
2323
#'
24-
#' @param enroll_rate Enrollment rates from \code{define_enroll_rate()}.
25-
#' @param fail_rate Failure and dropout rates from \code{define_fail_rate()}.
24+
#' @param enroll_rate Enrollment rates from [define_enroll_rate()].
25+
#' @param fail_rate Failure and dropout rates from [define_fail_rate()].
2626
#' @param ratio Experimental:Control randomization ratio.
2727
#' @param event Targeted minimum events at each analysis.
2828
#' @param analysis_time Targeted minimum study duration at each analysis.

R/gs_update_ahr.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#' Group sequential design using average hazard ratio under non-proportional hazards
2020
#'
21-
#' @param x A design created by either \code{gs_design_ahr} or \code{gs_power_ahr}.
21+
#' @param x A design created by either [gs_design_ahr()] or [gs_power_ahr()].
2222
#' @param alpha Type I error for the updated design.
2323
#' @param ustime Default is NULL in which case upper bound spending time is determined by timing.
2424
#' Otherwise, this should be a vector of length k (total number of analyses)

man/gs_create_arm.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/gs_info_ahr.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/gs_update_ahr.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)