plot.batchRunWinsteps: Plot the test characteristic curve

Description Usage Arguments

View source: R/plot_batchRunWinsteps.R

Description

Plot the test characteristic curve

Usage

1
2
3
## S3 method for class 'batchRunWinsteps'
plot(ob, theta = seq(-4, 4, 0.1), colors = NULL,
  store = FALSE, ...)

Arguments

ob

Objects of class batchRunWinsteps

theta

Theta values from which the information function values are calculated from. Defaults to a sequence from -4 to 4 by 0.1. The limits of this range are used for the x-axes.

colors

Line colors for the plot. Defaults to NULL, in which case the colors are equivalent to the default ggplot colors.

store

Optional logical argument to return data used in plotting.

...

Additional arguments passed to plot.


DJAnderson07/r2Winsteps documentation built on Sept. 12, 2019, 1:06 a.m.