schweder(p, xlab = "Rank of p", ylab = "p", drawline = NULL, bh.lwd = 1, bh.lty = "solid", bh.col = "black", ls.control = list(frac = NULL), ls.lwd = 1, ls.lty = "dotted", ls.col = "black", ab.control = list(a = NULL, b = NULL), ab.lwd = 1, ab.lty = "dashed", ab.col = "black", ...)
frac
. See Detailsa
and b
. See Detailsa
and b
the intercept and slope of the line drawn. This is only included if the
lowest slope line was drawna
and b
the intercept and slope of the line drawn. This is only included if the
least squares line was drawna
and b
the intercept and slope of the line drawn. This is only included if the
user specified line was drawn...
affect this part
of the plot only.
Note that the axes are chosen according to the scheme of Banjamini and
Hochberg, Schweder and Spjotvol used a different system.By setting drawline
appropriately up to three
lines may be drawn.
If drawline
includes the string "bh"
the lowest slope line of Benjaimin and Hochberg is drawn.
No further parameters are needed here but the characteristics of the
line may be set: width, line type, and colour.
If drawline
includes the string "ls"
a least squares line is drawn passing through the point
$k+1, 1$.
The parameter frac
specified what fraction of the
values be used for this and may need experimentation
to obtain a suitable line.
The characteristics of the
line may be set: width, line type, and colour.
If drawline
includes the string "ab"
a user specified line is drawn.
The parameters a
and b
specify the intercept
and slope.
The characteristics of the
line may be set: width, line type, and colour.
Schweder, T and Spjotvoll, E. Plots of $P$--values to evaluate many tests simultaneously. Biometrika, 69:493--502, 1982.
data(teachexpect)
schweder(teachexpect)
Run the code above in your browser using DataLab