Skip to content

Commit

Permalink
Link functions with roxygen2 Markdown syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nanxstats committed Oct 24, 2024
1 parent 6cd3e2a commit af2bf9f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions R/gs_info_ahr.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#' Based on piecewise enrollment rate, failure rate, and dropout rates computes
#' approximate information and effect size using an average hazard ratio model.
#'
#' @param enroll_rate Enrollment rates from \code{define_enroll_rate()}.
#' @param fail_rate Failure and dropout rates from \code{define_fail_rate()}.
#' @param enroll_rate Enrollment rates from [define_enroll_rate()].
#' @param fail_rate Failure and dropout rates from [define_fail_rate()].
#' @param ratio Experimental:Control randomization ratio.
#' @param event Targeted minimum events at each analysis.
#' @param analysis_time Targeted minimum study duration at each analysis.
Expand Down
2 changes: 1 addition & 1 deletion R/gs_update_ahr.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#' Group sequential design using average hazard ratio under non-proportional hazards
#'
#' @param x A design created by either \code{gs_design_ahr} or \code{gs_power_ahr}.
#' @param x A design created by either [gs_design_ahr()] or [gs_power_ahr()].
#' @param alpha Type I error for the updated design.
#' @param ustime Default is NULL in which case upper bound spending time is determined by timing.
#' Otherwise, this should be a vector of length k (total number of analyses)
Expand Down
4 changes: 2 additions & 2 deletions man/gs_create_arm.Rd

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

4 changes: 2 additions & 2 deletions man/gs_info_ahr.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/gs_update_ahr.Rd

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

0 comments on commit af2bf9f

Please sign in to comment.