LL1WayAnova {EffectsRelBaseline} | R Documentation |
Computes the log-likelihood ratio statistic for a test of the null hypothesis that the responses are all drawn from one group, rather than the alternative hypothesis that each group has a separate mean.
LL1WayAnova(resp, groups)
resp |
response values |
groups |
grouping variables (will be treated as factors) |
log-likelihood ratio
This is the normal likelihood-ratio which is used in performing a 1-way ANOVA. It is included here for comparison.
Peter N. Steinmetz <PeterNSteinmetz@steinmetz.org>
B. Lindgren, Statistical Theory, 4th Ed. (1993), section 14.7.
fRatioStat,relBackgroundLL,sumSqCat
data(ef)
LL1WayAnova(ef$absResp,ef$race)