h_plot_data_df: Preparing Data for Plotting

Description Usage Arguments Value

View source: R/helpers.R

Description

[Experimental]

This helper function prepares a data.frame object based on Data class object. The resulting data frame is used by the plot function for Data class objects.

Usage

1

Arguments

data

(Data)
object from which data is extracted and converted into a data frame.

blind

(flag)
should data be blinded? If TRUE, then for each cohort, all DLTs are assigned to the first subjects in the cohort. In addition, the placebo (if any) is set to the active dose level for that cohort.

...

further arguments passed to data.frame constructor. It can be e.g. an extra column_name = value pair based on a slot from x (which in this case might be a subclass of Data) which does not appear in Data.

Value

A data.frame object with values to plot.


0liver0815/onc-crmpack-test documentation built on Feb. 19, 2022, 12:25 a.m.