Skip to content

Commit

Permalink
update another ifr_levin ref
Browse files Browse the repository at this point in the history
  • Loading branch information
pearsonca committed Oct 23, 2024
1 parent add1322 commit 0f8bb50
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions R/plotting.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
#' @examples
#' # from Levin et al 2020 https://doi.org/10.1007/s10654-020-00698-1
#' f_param <- function(age_in_years) {
#' scaled <- exp(-7.56 + 0.121 * age_in_years)
#' scaled / (100 + scaled)
#' (10^(-3.27 + 0.0524 * age_in_years))/100
#' }
#'
#' densities <- data.frame(
Expand Down Expand Up @@ -119,8 +118,7 @@ utils::globalVariables(c(
#' @examples
#' library(data.table)
#' f_param <- function(age_in_years) {
#' scaled <- exp(-7.56 + 0.121 * age_in_years)
#' scaled / (100 + scaled)
#' (10^(-3.27 + 0.0524 * age_in_years))/100
#' }
#'
#' model_partition <- c(0, 5, 20, 65, 101)
Expand Down

0 comments on commit 0f8bb50

Please sign in to comment.