A class for the multivariate analysis of variance.
一类多元方差分析。
用法----------Usage----------
manova(...)
参数----------Arguments----------
参数:...
Arguments to be passed to aov.
参数被传递到aov。
Details
详情----------Details----------
Class "manova" differs from class "aov" in selecting a different summary method. Function manova calls aov and then add class "manova" to the result object for each stratum.
类"manova"不同于类"aov"选择不同的summary方法。功能manova要求aov然后添加类"manova"结果对象为各阶层。
值----------Value----------
See aov and the comments in "Details" here.
看到aov“在这里”详细信息“的意见”。
注意----------Note----------
manova does not support multistratum analysis of variance, so the formula should not include an Error term.
manova不支持多段方差分析,这样的公式不应该包括一个Error任期。
参考文献----------References----------
User's Perspective. Oxford.
Multivariate Analysis of Variance and Repeated Measures. Chapman and Hall.
参见----------See Also----------
aov, summary.manova, the latter containing examples.
aov,summary.manova,后者的例子。