Skip to content
Prev 4454 / 398498 Next

Ancova in R?

On Tue, 8 Feb 2000, Pete Hurd wrote:

            
That's what the aov() function does, if I understand you correctly, and it
is itself a wrapper for calls to lm.  ancova normally means just the
analysis of variance for some simple regression models.  The S language has
an elegant formula notation for regression models rather than a whole set
of special-purpose procedures.
And what is R-sm? An obscure reference to the sm package on CRAN,
perhaps?   There is a function sm.ancova in that package, and that compares
a set of nonparametric regression curves.