tx_2LP: Second line plus treatment options

Description Usage Arguments Value Examples

View source: R/txseq.R

Description

Treatment after second line for EGFR+ NSCLC patients conditional on possible second line treatments.

Usage

1
tx_2LP(second)

Arguments

second

A vector of possible treatments after second line. Must be of length 2 with the first element corresponding to use with a T790M mutation and the second election corresponding to treatment without a T790M mutation.

Value

A list of two elements:

pos

Possible treatments with a T790M mutation.

neg

Possible treatments without a T790M mutation.

Examples

1
2
3
4
5
first <- tx_1L()[3]
print(first)
second_opts <- tx_2L(first)
print(second_opts)
tx_2LP(c(second_opts$pos[1], second_opts$neg[1]))

InnovationValueInitiative/IVI-NSCLC documentation built on July 25, 2019, 8:03 p.m.