format_raw_tabs function

Format raw survival and NAR tables so they are ready for reconstruction algorithm

Format raw survival and NAR tables so they are ready for reconstruction algorithm

Augment a raw number at risk table with the necessary information to run the reconstruction algorithm.

format_raw_tabs(raw_NAR, raw_surv, tau = NULL)

Arguments

  • raw_NAR: A data frame with the columns 'time' and NAR' at least.
  • raw_surv: A data frame with the columns 'time' and 'survival' at least.
  • tau: End of follow-up time, defaults to last time in NAR table.

Returns

A list with aug_NAR and aug_surv, properly cleaned tables that can be used as input in KM_reconstruct().

Examples

data(pembro_clicks) data(pembro_NAR) augTabs <- format_raw_tabs(raw_NAR=pembro_NAR, raw_surv=pembro_clicks)
  • Maintainer: Ryan Sun
  • License: GPL-3
  • Last published: 2020-11-25

Useful links