Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link functions with roxygen2 Markdown syntax #475

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading