HH-package | R Documentation |
Support software for Statistical Analysis and Data Display (Second Edition, Springer, ISBN 978-1-4939-2121-8, 2015) and (First Edition, Springer, ISBN 0-387-40270-5, 2004) by Richard M. Heiberger and Burt Holland. This contemporary presentation of statistical methods features extensive use of graphical displays for exploring data and for displaying the analysis. The second edition includes redesigned graphics and additional chapters. The authors emphasize how to construct and interpret graphs, discuss principles of graphical design, and show how accompanying traditional tabular results are used to confirm the visual impressions derived directly from the graphs. Many of the graphical formats are novel and appear here for the first time in print. All chapters have exercises. All functions introduced in the book are in the package. R code for all examples, both graphs and tables, in the book is included in the scripts directory of the package.
The DESCRIPTION file:
This package was not yet installed at build time.
Index: This package was not yet installed at build time.
data display, scatterplot matrix, (MMC Mean–mean Multiple Comparison) plots, interaction plots, ANCOVA plots, regression diagnostics, time series, ARIMA models, boxplots
Richard M. Heiberger
Maintainer: Richard M. Heiberger <rmh@temple.edu>
Heiberger, Richard M. and Holland, Burt (2015). Statistical Analysis and Data Display: An Intermediate Course with Examples in R. Second Edition. Springer-Verlag, New York. https://link.springer.com/book/10.1007/978-1-4939-2122-5
Heiberger, Richard M. and Holland, Burt (2004). Statistical Analysis and Data Display: An Intermediate Course with Examples in S-Plus, R, and SAS, First Edition. Springer Texts in Statistics. Springer. https://link.springer.com/book/10.1007/978-1-4757-4284-8.
ancovaplot
,
ci.plot
,
interaction2wt
,
ladder
,
case.lm
,
NTplot
for Normal and t
plots,
hov
,
resid.squares
,
MMC
,
AEdotplot
,
likert
,
tsacfplots
,
tsdiagplot
demo(package="HH")
## In addition to the examples for each function,
## there are seven interactive shiny apps in the HH package:
## Not run:
if (interactive()) NTplot(mean0=0, mean1=1, shiny=TRUE)
if (interactive()) shiny::runApp(system.file("shiny/bivariateNormal", package="HH"))
if (interactive()) shiny::runApp(system.file("shiny/bivariateNormalScatterplot", package="HH"))
if (interactive()) shiny::runApp(system.file("shiny/PopulationPyramid", package="HH"))
if (interactive()) shiny.CIplot(height = "auto")
if (interactive()) shiny::runApp(system.file("shiny/AEdotplot", package="HH"))
if (interactive()) shiny::runApp(system.file("shiny/likert", package="HH"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.