tteep: Common time to event end-points calculator.

Description Usage Arguments Value

View source: R/tteep.R

Description

This function calculates common oncology time to event end-points (Overall survival, Progression free survival, time to relapse).

Usage

1
2
3
4
tteep(prog = !is.na(prog.date), prog.date = NULL,
  death = !is.na(death.date), death.date = NULL, start.date = NULL,
  last.fup = NULL, OS = TRUE, PFS = TRUE, TTP = TRUE,
  visual.check = FALSE)

Arguments

prog

Progression Indicator

prog.date

Progression Date

death

Death indicator

death.date

Death date

start.date

Start date

last.fup

Last fup

OS

Calculate Overall Survival?

PFS

Calculate Progression Free Survival?

TTP

Calculate Time To Progression?

visual.check

View results

Value

A data frame to be used with cbind.


lbraglia/yapomif documentation built on May 20, 2019, 11:26 p.m.