Skip to main content

Questions tagged [manova]

Multivariate ANalysis Of VAriance (MANOVA) is a generalization of ANOVA for the case with several dependent variables.

2 votes
3 answers
103 views

How to perform a joint significance test for multiple coefficients across several regression models?

I have 10 regression models, each regressing a different dependent variable $ y_i $ (for $ i = 1, 2, \ldots, 10 $) on the same independent variable $ x $. Each model produces a coefficient for $ x $, ...
Econlover's user avatar
0 votes
0 answers
11 views

Mixed modal MANOVA or something else?

I am once again asking for your help. I am developing a research proposal and I am a bit confused. I have a randomized controlled trial (RCT) for testing the efficacy of a therapeutic intervention, in ...
user2205's user avatar
0 votes
0 answers
20 views

Why Do Different MANOVA Test Statistics Produce the Same Approximate F and P Values in R?

I am using the manova() function in R to perform multivariate analysis of variance on my dataset. I have tried using different test statistics such as Pillai's ...
Praful Kumar's user avatar
0 votes
1 answer
19 views

Is it possible to run MANOVA without adjusting the Alpha level?

I have 11 dependent variables and two independent variables. I need to see the differences between the gender and academic level concerning the 10 most frequent grammatical errors and the total number ...
Halima Nasser's user avatar
1 vote
0 answers
29 views

What non-parametric tests can be run to check the mediation analysis, since my data is not normally distributed?

I have two IVs (computed scores from likert scale) and one DV (computed scores from likert scale) IVs are Depression and Anxiety scores and DV is Social Connectedness scores. These are cintnuous. I ...
Muhammad Muneeb -ur-Rehman's user avatar
0 votes
0 answers
16 views

For a MANCOVA or MANOVA, is it true that "the pattern of group differences expected for all of the dependent variables is in the same direction?"

I'm considering performing a MANCOVA for a project, and during my research I came across a statement that gave me pause, quoted in the question title. You can find the statement in the middle of the ...
Adam's user avatar
  • 23
0 votes
0 answers
34 views

Which Analysis to Use for 2 Likert Scale Questionnaire Groups With Multiple Responses

I have a data set that I acquired through running a questionnaire. The questionnaire consisted of participants having to rate 80 different phrases using a 5-point Likert scale; ranging from Strongly ...
Barry's user avatar
  • 1
0 votes
0 answers
21 views

Distribution of between-group sum of squares (SSB)?

Consider a standard multivariate random effects model $$\mathbf{X}_{ij} = \boldsymbol{\mu} + \boldsymbol{\alpha}_i +\boldsymbol{\varepsilon}_{ij}$$ for $i = 1,\ldots,m$ and $j = 1,\ldots,n_i$, and ...
Bergson's user avatar
  • 69
2 votes
1 answer
55 views

Why does factor appear significant in 2-way ANOVA but not by inspection (mean +/- sd or error plot)?

I am puzzled about the result of a 2-way ANOVA analysis. The factors are categorical and non-random and the sum of squares used is constrained type III (the choice of categorical or SS type does not ...
Buck Thorn's user avatar
0 votes
1 answer
61 views

In a repeated measures ANOVA, is the pairwise comparison result still valid if sphericity is not assumed?

For the pairwise comparison, the p value is less than 0.001. However, the p value for Mauchly's test of sphericity is also <0.001. I believe that SPSS automatically applies the Greenhouse-Geisser ...
Jay Brooke's user avatar
0 votes
0 answers
50 views

Multivariate analysis with lmer and lmerTest

I'm dealing with compositional data (data that sum to 1). They are inherently multivariate. One way to analyse compositional data is with a ilr (isometric log-ratio) transformation. I'm following the ...
Nee's user avatar
  • 11
1 vote
1 answer
67 views

Intuition behind between-group covariance matrix from MANOVA?

Suppose that we have samples from $m$ different $p$-dimensional normal multivariate distributions, where they share a common covariance matrix $\Sigma$ but the mean vectors may be different for each ...
Bergson's user avatar
  • 69
2 votes
1 answer
29 views

Which statistical test to use analyzing multivariate brain scan data (Channels, Frequency Bands, Measures)?

As a Computer Science student inexperienced in statistics, I'm looking for some advice on selecting the appropriate statistical test for my dataset. My data, derived from brain scans, is structured ...
Syskoo's user avatar
  • 21
0 votes
0 answers
23 views

Question about Degrees of Freedom in MANOVA

res <-manova(cbind(Sepal.Length, Sepal.Width) ~ Species, data=iris) summary(res) When running the above code, the result will be as follows: ...
user405858's user avatar
0 votes
0 answers
30 views

Repeated measures MANOVA returning Pillai greater than 1

I am attempting to investigate the presence of a multivariate main effect using a repeated measures MANOVA. I couldn't figure out how to include a table to share some data so I have included a ...
AdsMatt's user avatar

15 30 50 per page
1
2 3 4 5
29