Skip to main content

Questions tagged [anova]

ANOVA stands for ANalysis Of VAriance, a statistical model and set of procedures for comparing multiple group means. The independent variables in an ANOVA model are categorical, but an ANOVA table can be used to test continuous variables as well.

3 votes
2 answers
81 views

Can you please inform if these 95% confidence intervals of AOV (Analysis of Variance) models are valid? I was expecting them to lead to the same results as lmer objects, but that does not always ...
jtjtjtjt's user avatar
3 votes
1 answer
57 views

I am analyzing a 2×2 factorial design in R with two categorical predictors (Bewirtschaftung and Bodenstoerung) and a continuous ...
Faith's user avatar
  • 415
8 votes
3 answers
255 views

I am relatively new to statistics and would appreciate some guidance on whether my analysis approach is appropriate. What I have: I measured concentrations of 80 different substances. There are three ...
hiz's user avatar
  • 91
4 votes
2 answers
127 views

I am running a 4-group vignette study: Control, Condition A, Condition B, and Comorbid A+B. I chose this design because A+B is common in real life, and I wanted to test whether the comorbid ...
smiling treats's user avatar
1 vote
2 answers
61 views

I am currently writing my bachelor thesis and I am a bit confused about how to properly report results from a factorial ANOVA in R. I fitted a linear model with two factors and their interaction and ...
Faith's user avatar
  • 415
2 votes
1 answer
45 views

Is the term "pairwise" still used in the context of planned group comparisons? E.g., "two sets of planned pairwise group comparisons were performed". Versus "two sets of ...
Cam_stats's user avatar
0 votes
0 answers
26 views

I conducted a Type III ANOVA for my bachelor’s thesis using R (car::Anova), as my design is unbalanced (one missing value) and includes an interaction: ...
Faith's user avatar
  • 415
0 votes
0 answers
26 views

I ran several tests comparing levels of two types of IQ (verbal IQ and math IQ) across 4 groups (group A, group B, group C, and group D). For verbal IQ I first ran ANOVA to assess group differences, ...
FastBallooningHead's user avatar
2 votes
1 answer
96 views

When I typically run ANOVA or nonparametric ANOVA or ANCOVA in SPSS to compare groups on some DV, SPSS gives me the option to use Bonferroni correction for post-hoc tests. I just used SPSS to run ...
FastBallooningHead's user avatar
5 votes
4 answers
278 views

20 people are divided into two groups (between subject variable) - 12 and 8 members in each. Each person is measured under 3 conditions (within subject variable). I am using means model ...
sitems's user avatar
  • 4,030
0 votes
0 answers
64 views

I would appreciate a sanity check on whether my Linear Mixed Effects (LME) approach is defensible or if I should revert to a standard Repeated Measures (RM) ANOVA (what's used conventionally in the ...
LoraCI's user avatar
  • 1
2 votes
1 answer
86 views

I fitted a ANOVA type II model: po_o <- aov(Porosität ~ Heuen * Wühlmaus, data = df_1) po_II <- Anova(po_o, type = "2") The result is not ...
Faith's user avatar
  • 415
6 votes
1 answer
106 views

I am currently writing my bachelor’s thesis and have only a limited background in statistics. I have four groups with four observations each, except for one group which contains only three ...
Faith's user avatar
  • 415
2 votes
1 answer
86 views

I'm new to statistics, and recently I have learned how ANOVA works and I was left thinking. Can't we do the same thing we do in ANOVA using qualitative (dummy) variables in regression with OLS? The ...
McLoggy's user avatar
  • 23
2 votes
1 answer
41 views

I want to compare two groups of results (let's say A and B), acquired from image population of 1154 by using two process/models for re-identification. Each group (A and B) contains sub-groups ...
user5653890's user avatar

15 30 50 per page
1
2 3 4 5