Skip to content

Commit

Permalink
update doc, anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Jun 21, 2024
1 parent 1d40435 commit a104dd4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/cox_regression.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ control_coxreg <- function(pval_method = c("wald", "likelihood"),
#' @param x (`list`)\cr result of the Cox regression model fitted by [fit_coxreg_univar()] (for univariate models)
#' or [fit_coxreg_multivar()] (for multivariate models).
#'
#' @return [tidy()] returns:
#' @return [broom::tidy()] returns:
#' * For `summary.coxph` objects, a `data.frame` with columns: `Pr(>|z|)`, `exp(coef)`, `exp(-coef)`, `lower .95`,
#' `upper .95`, `level`, and `n`.
#' * For `coxreg.univar` objects, a `data.frame` with columns: `effect`, `term`, `term_label`, `level`, `n`, `hr`,
Expand Down
2 changes: 1 addition & 1 deletion R/utils_split_funs.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' Collection of useful functions that are expanding on the core list of functions
#' provided by `rtables`. See [rtables::custom_split_funs] and [rtables::make_split_fun()]
#' for more information on how to make a custom split function. All these functions
#' work with [split_rows_by()] argument `split_fun` to modify the way the split
#' work with [rtables::split_rows_by()] argument `split_fun` to modify the way the split
#' happens. For other split functions, consider consulting [`rtables::split_funcs`].
#'
#' @seealso [rtables::make_split_fun()]
Expand Down
2 changes: 1 addition & 1 deletion man/tidy_coxreg.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/utils_split_funs.Rd

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

0 comments on commit a104dd4

Please sign in to comment.