Skip to content

Commit

Permalink
add url to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Nov 21, 2023
1 parent a22c1c7 commit b49da8f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion R/dst.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
#' \item{auc_x}{AUROC for binary endpoints, method x}
#' \item{auc_y}{AUROC for binary endpoints, method y}
#' }
#' @source <https://link/to/paper>
#' @source \url{https://doi.org/10.1101/2023.11.20.23298215}
"dst"
2 changes: 1 addition & 1 deletion R/meta_res.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
#' \item{biobanks}{biobanks used to calculate the meta-analysed effect size estimate}
#' \item{tuning_type}{equivalent to method_type}
#' }
#' @source <https://link/to/paper>
#' @source \url{https://doi.org/10.1101/2023.11.20.23298215}
"meta_res"
2 changes: 1 addition & 1 deletion R/metrics.R
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@
#'
#' \item{is_continuous}{phenotype is continuous (TRUE) or binary (FALSE)}
#' }
#' @source <https://link/to/paper>
#' @source \url{https://doi.org/10.1101/2023.11.20.23298215}
"metrics"
2 changes: 1 addition & 1 deletion R/pv_mrg.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
#' \item{ci_high_diff}{ \deqn{ \text{beta}_\text{diff} + 1.96 \cdot \text{se}_\text{diff} } }
#' \item{ci_low_diff}{ \deqn{ \text{beta}_\text{diff} - 1.96 \cdot \text{se}_\text{diff} } }
#' }
#' @source <https://link/to/paper>
#' @source \url{https://doi.org/10.1101/2023.11.20.23298215}
"pv_mrg"
2 changes: 1 addition & 1 deletion man/dst.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/meta_res.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/metrics.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/pv_mrg.Rd

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

0 comments on commit b49da8f

Please sign in to comment.