Learn R Programming

crmPack (version 2.2.1)

plot,HierarchicalSamples,HierarchicalModel-method: Plotting hierarchical dose-toxicity model fits

Description

Plotting hierarchical dose-toxicity model fits

Usage

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

Value

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

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.