Usage
NormalAndT.power(nt,
which=c("power","beta"),
digits=4,
digits.top.axis=digits, digits.left=digits,
col.power=attr(nt, "color")["col.power"],
cex.top.axis=1, cex.left.axis=1,
lwd.reference=4, lwd.line=2,
main=which)
NormalAndT.and.power(nt, which="power",
pnt=NormalAndT.power(
nt,
digits.top.axis=digits.top.axis,
digits.left=digits.left,
which=which,
cex.top.axis=cex.top.axis, cex.left.axis=cex.left.axis,
lwd.reference=4, lwd.line=2),
digits=4, digits.top.axis=digits, digits.left=digits,
cex.top.axis=1, cex.left.axis=1,
display.ylab=TRUE)Arguments
which
Which graph is to be displayed? "power" for the
power curve, or "beta" for the operating characteristic curve.
digits.top.axis, digits.left, digits, cex.top.axis, cex.left.axis
digits.top.axis is the number of significant digits for the top
axis. digits.left is the number of significant digits for
the observed power or beta on the left axis. digits is a
convenience argument to
col.power
Color used for the crosshairs on the power or beta
panel.
The default value is the color used for the power region of the
NormalAndT panel.
lwd.reference, lwd.line
lwd values for the power or beta
panel.
lwd.line is used for the power curve or beta curve.
lwd.reference
is used for the crosshairs.
pnt
A "trellis" object produced by NormalAndT.power.
display.ylab
logical. Should the ylab for the panels be displayed?
main
Main title for graph.