update_table: Update Dose-Response Table

View source: R/update_table.R

update_tableR Documentation

Update Dose-Response Table

Description

Update table with dose-response information from a new cohort. For the given dose level, add the new futility, efficacy, and toxicity counts to existing numbers.

Usage

dose_info = change_dose_info(80, 1, 2, 0) #update dose 80 with an *additional* 1 futility and 2 efficacy counts

Arguments

dose

A numeric dose level (assumed to be available)

dose_info

Dataframe containing

[dose level | availability | N_d | X_d | Y_d | Z_d | pf | pe | pt]

x_d

Number of subjects experiencing futility

y_d

Number of subjects experiencing efficacy

z_d

Number of subjects experiencing toxicity

Value

A dataframe containing updated dose-response table (dose_info)


jiyingz/clinicalMPI documentation built on Jan. 19, 2024, 5:58 a.m.