Skip to contents

Add Person Time

Usage

add_persontime(df_mortality, smart = FALSE)

Arguments

df_mortality

long dataframe containing (roster/left/died dfs)

smart

boolean to check if calculation should follow smart methodology or IMPACT

Value

Long dataframe with person time added

Examples

if (FALSE) { # \dontrun{
  add_persontime(df_mortality, smart = F)
} # }