ANOVA stands for ANalysis Of VAriance, a statistical model and set of procedures for comparing the means of groups of related data. Generally the independent variables in an ANOVA analysis are categorical, not continuous.

learn more… | top users | synonyms (1)

31
votes
8answers
2k views

How to visualize what ANOVA does?

What way (ways?) is there to visually explain what is ANOVA? Any references, link(s) (R packages?) will be welcomed. Thanks.
31
votes
4answers
3k views

Why is ANOVA taught / used as if it is a different research methodology compared to linear regression?

ANOVA is equivalent to linear regression with the use of suitable dummy variables. The conclusions remain the same irrespective of whether you use ANOVA or linear regression. In light of their ...
18
votes
5answers
3k views

If the t-test and the ANOVA for two groups are equivalent, why aren't their assumptions equivalent?

I'm sure I've got this completely wrapped round my head, but I just can't figure it out. The t-test compares two normal distributions using the Z distribution. That's why there's an assumption of ...
18
votes
2answers
5k views

Best practice when analysing pre-post treatment-control designs

Imagine the following common design: 100 participants are randomly allocated to either a treatment or a control group the dependent variable is numeric and measured pre- and post- treatment Three ...
17
votes
1answer
4k views

What is compound symmetry in plain english?

I recently realized that a mixed-model with only subject as a random factor and the other factors as fixed factors is equivalent to an ANOVA when setting the correlational structure of the mixed model ...
17
votes
1answer
401 views

Have I computed these likelihood ratios correctly?

I'm the author of the ez package for R, and I'm working on an update to include automatic computation of likelihood ratios (LRs) in the output of ANOVAs. The idea is to provide a LR for each effect ...
15
votes
2answers
2k views

Do we need a global test before post hoc tests?

I often hear that post hoc tests after an ANOVA can only be used if the ANOVA itself was significant. However, post hoc tests adjust p values to keep the global type I error rate at 5%, don't they? So ...
15
votes
3answers
8k views

ANOVA assumption normality/normal distribution of residuals

The Wikipedia page on ANOVA lists three assumptions, namely: Independence of cases – this is an assumption of the model that simplifies the statistical analysis. Normality – the distributions of the ...
14
votes
6answers
1k views

Good resource to understand anova and ancova?

I am running experiments for a paper and am looking for an interesting book/website to understand properly how anova and ancova work. I have a good math background so I don't necessarily need a ...
13
votes
1answer
44k views

How to interpret and report eta squared / partial eta squared in statistically significant and non-significant analyses?

I have data that has eta squared values and partial eta squared values calculated as a measure of effect size for group mean differences. What is the difference between eta squared and partial eta ...
13
votes
2answers
5k views

Differences between MANOVA and Repeated Measures ANOVA?

What is the difference between a repeated measures ANOVA over some factor (say experimental condition) and a MANOVA? In particular one website I stumbled across suggested that MANOVA does not make ...
12
votes
4answers
1k views

Follow up: In a mixed within-between ANOVA plot estimated SEs or actual SEs?

I am currently finishing a paper and stumbled upon this question from yesterday which led me to pose the same question to myself. Is it better to provide my graph with the actual standard error from ...
12
votes
3answers
1k views

Removing factors from a 3-way ANOVA table

In a recent paper, I fitted a three-way fixed effects models. Since one of the factors wasn't significant (p > 0.1), I removed it and refitted the model with two fixed effects and an interaction. ...
11
votes
4answers
1k views

Checking ANOVA assumptions

A few months ago I posted a question about homoscedascity tests in R on SO, and Ian Fellows answered that (I'll paraphrase his answer very loosely) "homoscedascity tests are not a good tool when ...
11
votes
4answers
4k views

How does one do a Type-III SS ANOVA in R with contrast codes?

Please provide R code which allows one to conduct a between-subjects ANOVA with -3, -1, 1, 3 contrasts. I understand there is a debate regarding the appropriate Sum of Squares (SS) type for such an ...
11
votes
2answers
8k views

How to determine the sample size needed for repeated measurement ANOVA?

I need some help about repeated measurement ANOVA. We are investigating the effect of some intervention on reducing blood stream infection (BSI) rate in some wards. We plan to capture the BSI rate ...
11
votes
4answers
1k views

Should I include an argument to request type-III sums of squares in ezANOVA?

I developed the ez package for R as a means to help folks transition from stats packages like SPSS to R. This is (hopefully) achieved by simplifying the specification of various flavours of ANOVA, and ...
11
votes
1answer
7k views

Bonferroni or Tukey? When does the number of group means become large?

Reading Field's Discovering Statistics Using SPSS 3rd Edition I was struck by a bit about post hoc tests in ANOVA. For those wanting to control the Type I error rate he suggests Bonferroni or Tukey ...
11
votes
1answer
493 views

Sample size required to determine which of a set of advertisements has the highest click through rate

I am a software designer by trade and I am working on a project for a client, and I would like to make sure that my analysis is statistically sound. Consider the following: We have n advertisements ...
10
votes
3answers
798 views
10
votes
2answers
348 views

How to justify the error term in ANOVA?

A probably very basic question about multi-factorial ANOVA. Assume a two-way design where we test both main effects A, B, and the interaction A:B. When testing the main effect for A with type I SS, ...
9
votes
2answers
3k views

Split-Plot ANOVA: model comparison tests in R

How can I test effects in a Split-Plot ANOVA using suitable model comparisons for use with the X and M arguments of ...
9
votes
2answers
4k views

Multiple comparisons on a mixed effects model

I am trying to analyse some data using a mixed effect model. The data I collected represents the weight of some young animals of different genotype over time. I am using the approach proposed here: ...
9
votes
2answers
3k views

Why do lme and aov return different results for repeated measures ANOVA in R?

I am trying to move from using the ez package to lme for repeated measures ANOVA (as I hope I will be able to use custom ...
9
votes
4answers
12k views

Can I trust ANOVA results for a non-normally distributed DV?

I have analyzed an experiment with a repeated measures ANOVA. The ANOVA is a 3x2x2x2x3 with 2 between-subject factors and 3 within (N = 189). Error rate is the dependent variable. The distribution of ...
9
votes
3answers
3k views

MANOVA and correlations between dependent variables: how strong is too strong?

The dependent variables in a MANOVA should not be "too strongly correlated." But how strong a correlation is too strong? It would be interesting to get people's opinions on this issue. For instance, ...
9
votes
1answer
2k views

Is there any difference between the terms “paired t-test” and “pairwise t-test”?

What is paired t-test, and under which circumstances should I use paired t-test? Is there any difference between paired t-test and pairwise t-test?
9
votes
1answer
1k views

How can I adapt ANOVA for binary data?

I have four competing models which I use to predict a binary outcome variable (say, employment status after graduating, 1 = employed, 0 = not-employed) for n subjects. A natural metric of model ...
8
votes
2answers
2k views

Regression vs. ANOVA discrepancy

I was always under the impression that regression is just a more general form of ANOVA and that the results would be identical. Recently, however, I have run both a regression and an ANOVA on the same ...
8
votes
1answer
3k views

Logic behind the ANOVA F-test in simple linear regression

I'm trying to understand the logic behind the ANOVA F-test in Simple Linear Regression Analysis. The question I have is like follows. When the F value, i.e. ...
8
votes
3answers
4k views

Post hoc tests in ANCOVA

Question: What is a good method for conducting post hoc tests of differences between group means after adjusting for the effect of a covariate? Prototypical example: Four groups, 30 participants ...
8
votes
4answers
1k views

ANOVA with non-independent observations

Sorry for the verbose background to this question: Occasionally in investigations of animal behaviour, an experimenter is interested in the amount of time that a subject spends in different, ...
8
votes
1answer
2k views

R implementation of coefficient of partial determination

Does anyone have suggestions or packages that will calculate the coefficient of partial determination? The coefficient of partial determination can be defined as the percent of variation that cannot ...
7
votes
2answers
9k views

What is the NULL hypothesis for interaction in a two-way ANOVA?

Let's say we have two factors (A and B), each with two levels (A1, A2 and B1, B2) and a response variable (y). The when performing a two way ANOVA of the type: ...
7
votes
1answer
793 views

What are the ANOVA's benefits over a normal linear model?

I'm experimenting with R and found that an anova() needs an object of type lm. But why should I continue with an anova after this: ...
7
votes
1answer
802 views

How to perform a 4 by 4 mixed ANOVA with between- and within-subjects contrasts using R?

Beginner user of R here struggling with a repeated measures ANOVA. I have a dataset that consists of one between subjects factor with 4 levels (coded in a single variable called 'groups'), and one ...
7
votes
3answers
5k views

Interpretation of the p-values produced by Levene's or Bartlett's test for homogeneity of variances

I have run Levene's and Bartlett's test on groups of data from one of my experiments to validate that I am not violating ANOVA's assumption of homogeneity of variances. I'd like to check with you guys ...
7
votes
4answers
600 views

ANCOVA in R suggests different intercepts, but the 95% CIs overlap… how is this possible?

We have a data set with two covariates and a categorical grouping variable and want to know if there are significant differences between the slope or intercept among the covariates associated with the ...
7
votes
2answers
5k views

Understanding repeated measure ANOVA assumptions for correct interpretation of SPSS output

I am investigating whether different reward conditions may affect task performance. I have data from a small study with two groups, each with n=20. I collected data on a task that involved performance ...
7
votes
2answers
3k views

Paired, repeated-measures ANOVA or a mixed model?

I have been asked to analyse some data from a clinical trial looking a two methods of measuring blood pressure. I have data from 50 subjects, each with between 2 and 57 measures using each method. ...
7
votes
3answers
1k views

Effect size for interaction effect in pre-post treatment-control design

If you choose to analyse a pre-post treatment-control design with a continuous dependent variable using a mixed ANOVA, there are various ways of quantifying the effect of being in the treatment group. ...
7
votes
1answer
735 views

Nested/SplitModel - RepeatedMeasures/MixedModel ANOVA: levels of nesting & scripting in R

My data set has the following variables: Treatment (4 types- fixed) Location (8 locations- fixed) Position in Location (3 positions per location- fixed) Samples are taken in each position (3 ...
7
votes
2answers
2k views

How to specify specific contrasts for repeated measures ANOVA using car?

I am trying to run a repeated measures Anova in R followed by some specific contrasts on that dataset. I think the correct approach would be to use Anova() from the ...
7
votes
1answer
232 views

What article or book clearly states that one can't use protected t-tests in within subjects ANOVA?

I have been asked to use protected paired samples t-tests in an analysis. The requester states that if I do not use the overall MSe from my (1 factor with four levels) within-subjects ANOVA when ...
7
votes
2answers
775 views

Correcting for multiple comparisons in a within subjects / repeated measures ANOVA; excessively conservative?

It strikes me that the available corrections for multiple comparisons in the context of a repeated measures ANOVA are excessively conservative. Is this actually the case? If so, what are some ...
7
votes
2answers
868 views

Brown-Forsythe and Welch f-ratios in two-way ANOVAs?

I understand that in One-Way ANOVA two alternative F-Ratios have been derived to be robust when homogeneity of variance has been violated. Tomarkin and Serlin (1986) review amongst other techniques ...
7
votes
1answer
243 views

STFT statistical analysis

I am using the evolfft function in the RSEIS R package to do a STFT analysis of a signal. The signal is one hour long and it ...
7
votes
1answer
132 views

Technical variation versus real signal

I'm testing for difference in a continuous outcome under three different conditions. Under condition A I take a measurement of the outcome. I do this twice for the same sample. Example values could ...
7
votes
1answer
541 views

What are some good hard exemplary problem sets to work through to solidify my understanding of statistical concepts?

Over the years, I picked up many Statistics Concepts in by a variety of situations and means. I studied some Statistics maybe for a couple semesters almost 10 years back. But I also picked up concepts ...
7
votes
0answers
1k views

How to estimate variance components with lmer for models with random effects and compare them with lme results

I performed an experiment where I raised different families coming from two different source populations, where each family was split up into a different treatments. After the experiment I measured ...

1 2 3 4 5 15