Usage
simMeans(ns, n, mu=0, sigma=1, ylim.bound=NULL,
show.title=TRUE, show.data=TRUE, max.data=10,
col.grid="grey90", pause=FALSE,
sort=NULL, set.mu=FALSE, digits.d=2,
main=NULL, pdf.file=NULL, pdf.width=5, pdf.height=5)
Arguments
ns
Number of samples, that is, repetitions of the experiment.
sigma
Population standard deviation.
ylim.bound
Specify the maximum deviation of the mean in either direction for the extent of the vertical axis.
show.title
Place a title on the graph that contains the parameter values.
show.data
Show the data values on the text output.
max.data
Maximum number of data values per sample on the text output.
col.grid
Color of the grid lines.
pause
Build the graph and the text output sample by sample.
sort
Sort the output by the means in ascending order. By default is TRUE
unless se.mu
or pause
is TRUE
set.mu
Have the program randomly set mu
and sigma
, usually to guess the correct value.
digits.d
Sort the output by the means in ascending order.
pdf.file
Name of the pdf file to which graphics are redirected.
pdf.width
Width of the pdf file in inches.
pdf.height
Height of the pdf file in inches.