- data
Vector of data points.
- sort
Logical. TRUE generates an ordered p-plot, FALSE generates a chronological p-plot.
- startindex
Number of observations to begin the p-plot with (minimum 2).
- produce.plot
Logical whether to produce plot or not. Setting to FALSE can be used to extract series of p-values as well as effect size estimates from the data.
- xtitle
Axis title for the x-axis of the p-plot.
- plottype
1 = only p-plot, 2 = only effect size plot, 3 = both plots.
- alpha
Significance threshold to be used for determining oversampling.
- alternative
Argument passed on to the t.test() function (see the corresponding documentation).
- n.sig
Logical: Show vertical line at last crossing of the significance threshold?
- n.sig.adjust
-1 = auto, 0 = left-adjusted, 0.5 = centered, 1 = right.
- ylim.p
Plot limits on the y-axis of the p-plot. Vector of min, max.
- ylim.es
Plot limits on the y-axis of the effect size plot. Either a vector of min and max, or only one value to be used as minimum with maximum being determined as a function of the data.
- conf.level
Confidence level for effect size CIs.
- pcol.alpha
Transparency of the data points; set to 255 for solid fill.