as.symbol()
experiment had crept into lmGC(check = TRUE)
.qnormGC()
with region = "outside"
and graph = TRUE
now shades the tails instead of the area between.pbinomGC()
with region = "between"
now gives correct probability when bounds are not whole numbers.chisqtestGC()
now includes a correct
parameter to indicate whether or not to employ the Yates continuity correction for 2 by 2 tables in a test of association.New instructional helpers:
make_game()
random_normal_factory()
Console output for ttestGC()
and similar functions now shows correctly in
R Markdown notebooks.
New instructional helpers:
watch_statisticians()
watch_statisticians_slow()
Further information about the package is now available at:
http://homerhanumat.github.io/tigerstats
Vignettes have been removed and are now available at the above URL.
helpGC()
no longer brings vignettes into viewer; instead
it links to them at the above URL.
Addition of vignette "Teaching with Tigerstats."
qnormGC()
lmGC()
. Diagnostics are no longer done with the diag
argument; instead one calls the plot()
function.polyfitGC()
henderson
data frame; the seals
data frame has been re-named to sealsO2
to avoid name conflict with seals
in the ggplot2 package.helpGC()
, a convenience function to view package vignettes in the R Studio Viewer pane.chisqtestGC()
now provides a graph of resampled chi-square statistics when simulate.p.value
is set to TRUE
.barchartGC()
accepts more arguments.