On Fri, 25 Aug 2000, Mark Hall wrote:
> Hi I am using R for Windows.
> I was curious if there was a multivariate anova function or something like
> the manova in SPLUS for Windows 3.2 package? If there is, I am clearly
> looking in the wrong places...
Well, manova does almost nothing beyond aov, which does exist in R
and does handle multiple responses. manova just adds a class to the
result.
So the real work is in summary.manova, and we do not have that.
That adds various multivariate test statistics: not difficult to
write if you know the formulae and have a need for it.
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272860 (secr)
Oxford OX1 3TG, UK Fax: +44 1865 272595
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at
stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._