anovaMean | R Documentation |
Oneway ANOVA table from the summary information consisting of group sample sizes, means, and standard deviations. The full dataset is not needed.
anovaMean(object, n, ybar, s, ..., ylabel = "ylabel")
object |
level names |
n |
sample size for each level |
ybar |
sample mean for each level |
s |
sample standard deviation for each level |
... |
other arguments (not used) |
ylabel |
name of response variable |
Analysis of variance table, identical to the ANOVA table
that would have been produced by anova.lm
if the original data, rather than the summary data, had been available.
Richard M. Heiberger <rmh@temple.edu>
anova.lm
,
plot.mmc.multicomp
## pulmonary data used in Hsu and Peruggia paper defining the mean-mean plot
## See ?plot.mmc.multicomp for details on the dataset.
data(pulmonary)
anovaMean(pulmonary$smoker,
pulmonary$n,
pulmonary$FVC,
pulmonary$s,
ylabel="pulmonary")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.