Usage
errorbargraph(estimates, centralvar, critpoint, endptscale="log",
analysisname="", endptname="", alpha=0.05, digits=NULL, approxstamp=FALSE,
titlestamp=TRUE, offset=NULL, ticklabels=NULL, ...)
Arguments
estimates
A named vector of estimates. Each estimate element is a measure that will be
the center of the error bar of the group. The name of each group must
be present in the names attribute of the vector.
centralvar
A single variance value to be used for each group's error bar
construction. In the canonical case it is the square of the estimated
standard error of the mean estimate of the group,
where each group also has the same standar
critpoint
The single critical value of the theoretical reference distribution. In the
canonical case it is the t-distribution quantile for estimates derived from a
standard linear model with homoscedastic variance. It could also
reflect a multiplicity ad
endptscale
Must be specified as "log" or
"original". If the default "log" then the y-axis will be created
with a logarithmic spacing. The tick marks will be calculated accordingly and
expressed in the original scale of
analysisname
Optional, a character text or
math-valid expression that will be set for
default use in graph title and table methods. The default
value is the empty "".
endptname
Optional, a character text or math-valid expression
that will be set for default use as the y-axis label of graph
methods, and also used for table methods. The default
value is the empty "".
alpha
Significance level, by default set to 0.05, which
equates to a 95% confidence level. This
is just used for labelling purposes.
digits
Optional, for output display purposes in graphs
and table methods, values will be rounded to this numeric
value. Only the integers of 0, 1, 2, 3, and 4 are accepted. No
rounding is done during any calculations. The default value is
approxstamp
Add text to the graph that acknowledges that the
error bar method is approximate.
titlestamp
Add text to the top margin above the graph area.
offset
Optional,
if for example a numeric constant was added to all response values
before calculation of the estimate as a mean, this could be used to
shift the axis marks appropriately. The default value is
NULL.
ticklabels
Optional,
before graphing the data, remove
any automatically generated tickmarks for the y-axis,
and use these tickmarks instead. A vector of tickmarks to be
placed on the y-axis. Any numeric representations will
be coerced t
...
Additional arguments. None are currently used.