get_tdc_form: Extract variables from the left-hand-side of a formula

View source: R/formula-utils.R

get_tdc_formR Documentation

Extract variables from the left-hand-side of a formula

Description

Extract variables from the left-hand-side of a formula

Extract variables from the right-hand side of a formula

Usage

get_tdc_form(
  formula,
  data = NULL,
  tdc_specials = c("concurrent", "cumulative"),
  invert = FALSE
)

Arguments

formula

A formula object.


pammtools documentation built on July 26, 2023, 6:07 p.m.