| autoplot_calibrateType1 | R Documentation | 
Graphical display of the bias or type 1 error
for the output of calibrateType1.
## S3 method for class 'calibrateType1'
autoplot(
  object,
  type = "bias",
  plot = TRUE,
  color.threshold = "red",
  type.bias = "absolute",
  alpha = 0.05,
  nrow.legend = NULL,
  name2label = NULL,
  color = NULL,
  keep.method = NULL,
  ...
)
object | 
 output of   | 
type | 
 [character] if type equals   | 
plot | 
 [logical] should the plot be displayed?  | 
color.threshold | 
 [character] the color for the line representing the expected value(s).  | 
type.bias | 
 [character] if type.bias equals   | 
alpha | 
 [numeric, 0-1] the significance threshold to consider.
Only relevant when type equals   | 
nrow.legend | 
 [integer, >0] the number of rows for the legend.
Only relevant when type equals   | 
name2label | 
 [named character vector] the label for the legend.
The vector should contain the method names (see details).
Only relevant when type equals   | 
color | 
 [character vector] a vector of colours to be used to color the lines.
Only relevant when type equals   | 
keep.method | 
 [character vector] the methods names for which the type 1 error should be displayed.
Only relevant when type equals   | 
... | 
 [internal] Only used by the generic method.  | 
Method names:
p.Ztest
p.Satt
p.KR
p.robustZtest
p.robustSatt
p.robustKR
An list containing:
plot: a ggplot object.
data: the dataset used to generate the ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.