https://github.com/cran/HH
Raw File
Tip revision: e11c4e05c3ff6dd680c7c9c3ad543e9676274b64 authored by Richard M. Heiberger on 07 September 2020, 09:20:28 UTC
version 3.1-42
Tip revision: e11c4e0
HH-defunct.Rd
\name{defunct}
\alias{HH-defunct}
\alias{anova.mean}
\alias{vcov.sufficient}
\alias{aov.sufficient}
\alias{print.glht.mmc.multicomp}
\alias{coef.arima.HH}
\alias{glht.mmc}
\alias{odds.ratio}
\alias{plot.odds.ratio}
\alias{persp.plane}
\alias{persp.plane}
\alias{persp.floor}
\alias{persp.back.wall.x}
\alias{persp.back.wall.y}
\alias{persp.setup}
\alias{plot.hov}
\alias{plot.hov.bf}
\alias{plot.matchMMC}
\alias{seqplot.forecast}
\alias{lm.case}
\alias{hh}
\alias{hh.file}

\title{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{
\item{\dots}{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{ Richard M. Heiberger <rmh@temple.edu> }
\keyword{misc }
back to top