Skip to content

Commit

Permalink
#2513 accept_ms: add link
Browse files Browse the repository at this point in the history
  • Loading branch information
bundfussr committed Oct 31, 2024
1 parent 676080c commit e0fec47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions R/derive_adeg_params.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#'
#' @param method Method used to QT correction
#'
#' See [compute_qtc()] for details.
#'
#' *Permitted Values*: `"Bazett"`, `"Fridericia"`, `"Sagie"`
#'
#' @param qt_code QT parameter code
Expand Down Expand Up @@ -175,7 +177,6 @@ derive_param_qtc <- function(dataset,
#' `"QTCBR"` if `method` is `"Bazett"`, `"QTCFR"` if it's `"Fridericia"` or
#' `"QTLCR"` if it's `"Sagie"`. An error otherwise.
#'
#'
#' @export
#'
#' @family der_prm_bds_findings
Expand Down Expand Up @@ -205,7 +206,9 @@ default_qtc_paramcd <- function(method) {
#' A numeric vector is expected. It is expected that RR is measured in msec or
#' ms.
#'
#' @inheritParams derive_param_qtc
#' @param method Method used to QT correction
#'
#' *Permitted Values*: `"Bazett"`, `"Fridericia"`, `"Sagie"`
#'
#' @return QT interval in ms
#'
Expand Down
2 changes: 2 additions & 0 deletions man/derive_param_qtc.Rd

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

0 comments on commit e0fec47

Please sign in to comment.