HH-defunct: Defunct Functions in Package 'HH'

defunctR Documentation

Defunct Functions in Package 'HH'

Description

The function names listed here are no longer part of the HH package. Their task has been assigned to different function names.

Usage

anova.mean(...)               ## anovaMean
vcov.sufficient(...)          ## vcovSufficient
aov.sufficient(...)           ## aovSufficient
print.glht.mmc.multicomp(...) ## print.mmc.multicomp
coef.arima.HH(...)            ## coefArimaHH
glht.mmc(...)                 ## mmc
odds.ratio(...)               ## OddsRatio
plot.odds.ratio(...)          ## plotOddsRatio
persp.plane(...)              ## perspPlane
persp.floor(...)              ## perspFloor
persp.back.wall.x(...)        ## perspBack.wall.x
persp.back.wall.y(...)        ## perspBack.wall.y
persp.setup(...)              ## not used in R, S-Plus only
plot.hov(...)                 ## hovPlot
plot.hov.bf(...)              ## hovPlot.bf
plot.matchMMC(...)            ## plotMatchMMC
seqplot.forecast(...)         ## seqplotForecast
lm.case(...)                  ## case.lm
hh(...)                       ## hh("datasets/njgolf.dat") ## old
                              ## data(njgolf) ## use this for dataset
                              ##
                              ## hh("grap/code/ecolo.r") ## old
                              ## HHscriptnames("grap", 1) use this for pathname
                              ## Open the specified file in a text
                              ## editor and search for "grap/code/ecolo".

Arguments

...

other arguments.

Details

Some of these function names have been replaced by using them as methods. Some have had their spelling changed to remove the '.' character.

Author(s)

Richard M. Heiberger <rmh@temple.edu>


HH documentation built on Aug. 9, 2022, 5:08 p.m.

Related to HH-defunct in HH...