RcmdrPlugin.HH-package {RcmdrPlugin.HH}R Documentation

Functions added to the Rcmdr package to support the introductory course at Temple University.

Description

Our introductory course spends time on several topics that are not yet in the R Commander. Therefore we wrote the menu items and make them available.

Details

The DESCRIPTION file:

Package: RcmdrPlugin.HH
Type: Package
Title: Rcmdr Support for the HH Package
Version: 1.1-51
Date: 2024-03-07
Author: Richard M. Heiberger, with contributions from Burt Holland
Maintainer: Richard M. Heiberger <rmh@temple.edu>
Depends: R (>= 3.0.2), HH
Imports: Rcmdr (>= 2.0-0), lattice, mgcv
Suggests: car, leaps, latticeExtra, rgl
Description: Rcmdr menu support for many of the functions in the HH package. The focus is on menu items for functions we use in our introductory courses.
License: GPL (>= 2)

Index of help topics:

BoxCox                  Rcmdr BoxCox demo renamed to active function.
CloseCommanderRestart   Close Rcmdr without questions and then restart.
DotplottbRcmdr          Rcmdr menu interface to
                        dotplot(panel=panel.dotplot.tb).
Interaction2wtRcmdr     Rcmdr menu interface to interaction2wt
MMCmenu                 Menu interface to MMC plots.
PlotLikertDialog        Rcmdr Menu function to specify a likert plot.
PredictModel            Rcmdr menu interface to predict
Projector               Set Rcmdr options for good visibility on
                        classroom projector and on netbook screen with
                        600 pixel height.
QQPlot.HH               Quantile-Comparison (QQ) Plot
R_options               Set R options from within R commander.
RcmdrPlugin.HH-package
                        Functions added to the Rcmdr package to support
                        the introductory course at Temple University.
Regr1Plot               Rcmdr Menu function to display the squared
                        residuals.
ResizeEtcDialog         Rcmdr Menu function to specify combining and
                        resizing "trellis" objects.
Scatter3DDialog.HH      Rcmdr 3D Scatterplot Dialog (HH)
Xyplot.HH               Rcmdr Menu function to specify xyolot, other
                        lattice plots, and likert plots.
anovaTableI.HH          Rcmdr interfacce to anova function
bestSubsetsRegressionModel.HH
                        Rcmdr interface to the regsubsets function in
                        the leaps package.
confidenceIntervalsPlot
                        Rcmdr interface to plot confidence and
                        prediction intervals in simple linear
                        regression
latticeFunctions        Support functions for the Xyplot.HH2 function.
normal.and.t.hypotheses.plot
                        Rcmdr normalHypothesesPlot and tHypothesesPlot
                        menu.
scatter3dHH             Three-Dimensional Scatterplots and Point
                        Identification
scatterPlot.HH          Scatterplot menu with different defaults than
                        Rcmdr.
scatterPlotMatrix.HH    Scatterplot Matrices
twoWayTable.HH          Rcmdr menu interface to chisq.test

bestSubsetsRegressionModel.HH Rcmdr interface to the regsubsets function in the leaps package.

twoWayTable.HH Pearson's Chi-squared Test for Count Data (additional formats for data input)

anovaTableI.HH Sequential sums of squares on the Rcmdr menu.

scatter3dHH add the ability to plot squared residuals. The squared residuals have been adopted into Rcmdr. This interface offers a checkbox for a new 3D window and an option to draw a non-least-squares plane for pedagogical comparison.

ci.plot Plot confidence and prediction intervals for simple linear regression.

panel.bwplot.intermediate.hh Panel function for bwplot that give the user control over the placement of the boxes.

interaction2wt Plot all main effects and twoway interactions in a multifactor design.

scatterPlotMatrix.HH Similar to scatterplotMatrix The revision uses row1attop=FALSE to force the main diagonal of the scatterplot matrix to go uphill from southwest to northeast.

QQPlot.HH Added Shapiro-Wilk test of normality.

norm.curve Plot a normal curve with shaded rejection regions, optionally a second curve centered at an alternative hypothesis value can be plotted. Both x and z scales are displayed.

Author(s)

Richard M. Heiberger, with contributions from Burt Holland

Maintainer: Richard M. Heiberger <rmh@temple.edu>

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://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.

See Also

Rcmdr

Examples

## Not run: 
   ## start R
   library(RcmdrPlugin.HH)        ## loads the package and opens the Rcmdr
                                  ## window with the HH menu

## End(Not run)

[Package RcmdrPlugin.HH version 1.1-51 Index]