Skip to contents

Plotting hierarchical dose-toxicity model fits

Usage

# S4 method for class 'HierarchicalSamples,HierarchicalModel'
plot(x, y, data, ncol = NULL, ...)

Arguments

x

the HierarchicalSamples object.

y

the HierarchicalModel object.

data

the HierarchicalData object.

ncol

(count or NULL)
number of columns in the combined plot. If NULL, a compact layout is chosen automatically.

...

passed to the arm-specific plot methods.

Value

This returns a gtable object combining the arm-specific fitted plots, or NULL if no arm plot is available.