HH (version 3.1-43)

HH-package: HH

Description

HH

Arguments

Details

The DESCRIPTION file: HH HH

data display, scatterplot matrix, (MMC Mean--mean Multiple Comparison) plots, interaction plots, ANCOVA plots, regression diagnostics, time series, ARIMA models, boxplots

References

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://www.springer.com/us/book/9781493921218

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://www.springer.com/us/book/9781441923202 (obsolete 10-digit) ISBN 0-387-40270-5.

See Also

ancovaplot, ci.plot, interaction2wt, ladder, case.lm, NTplot for Normal and \(t\) plots, hov, resid.squares, MMC, AEdotplot, likert, tsacfplots, tsdiagplot

demo(package="HH")

Examples

Run this code
# NOT RUN {
## 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"))
# }

Run the code above in your browser using DataCamp Workspace