Description Usage Arguments Value Examples
joins the sets created by get_cohort_default and get_cohort_base
1  | get_cohort_join(dfx, dfy, group_by_vector)
 | 
dfx | 
 data frame created by get_cohort_base  | 
dfy | 
 data frame created by get_cohort_default  | 
group_by_vector | 
 Vector with string names of variables to be grouped by. Created in pd function.  | 
joined data set with both the summarised base values and event (e.g. default) values.
1  | df_cohort_join <-  get_cohort_join(dfx = df_cohort_base, dfy = df_cohort_default,  group_by_vector)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.