plot.MarginalFit {BIGL}R Documentation

Plot monotherapy curve estimates

Description

Plot monotherapy curve estimates

Usage

## S3 method for class 'MarginalFit'
plot(x, ncol = 2, logScale = TRUE, smooth = TRUE, dataScale = FALSE, ...)

Arguments

x

Output of fitMarginals function or a "MarginalFit" object

ncol

Number of plots per row

logScale

Whether x-axis should be plotted on a logarithmic scale

smooth

Whether to draw a smooth fitted curve (deafult), or line segments connecting predicted points only

dataScale

Whether to draw plot on original data scale in case when transformations were used for fitting. Default (FALSE) is to plot on the coef(x) scale

...

Further arguments

Value

Returns a ggplot object. It can be consequently modified by using standard operations on ggplot objects (if ggplot2 package is loaded).


[Package BIGL version 1.9.0 Index]