Skip to content

Commit

Permalink
Fix roxygen lint
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua committed Apr 26, 2023
1 parent 7eb52b6 commit 9d0e660
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/summarize_coxreg.R
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ NULL
#' df2 <- broom::tidy(multivar_model)
#' s_coxreg(model_df = df2, .stats = "pval", .which_vars = "var_main", .var_nms = "COVAR1")
#' s_coxreg(
#' model_df = df2, .stats = "pval", .which_vars = "multi_lvl", .var_nms = c("COVAR1", "A Covariate Label")
#' model_df = df2, .stats = "pval", .which_vars = "multi_lvl",
#' .var_nms = c("COVAR1", "A Covariate Label")
#' )
#'
#' # Multivariable without treatment arm - only "COVAR1" main effect
Expand Down
3 changes: 2 additions & 1 deletion man/cox_regression.Rd

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

0 comments on commit 9d0e660

Please sign in to comment.