湖南资兴万亩梨花盛开 美不胜收
百度 无不良意图、从未发表过激言论,这位女留学生完全不认为海关能通过手机找上自己麻烦。
"post-hoc" refers to analyses that are decided upon after the data has been collected, as opposed to "a priori".
721 questions
4
votes
1
answer
113
views
AIC prefers full model, interaction not significant — which to use for emmeans
I am using R.
I have the following data set:
...
2
votes
1
answer
50
views
Adjusting p-values for single post-hoc comparison
I have a linear model in R
my_lm <- lm(Measurement ~ Group, my_df)
where 'Group' has 3 levels (UHR, CC, HC).
I use treatment contrasts to do the following ...
0
votes
0
answers
24
views
interpreting pairwise comparison results from mixed effects logistic models
I conducted a mixed-effects logistic regression and obtained the results below. I divided participants into three groups based on the text they read, and all groups completed the same set of ...
1
vote
1
answer
84
views
What statistical test to use here?
How to analyse this data?
The percentage of wound closure was determined for 4 different substrates + control group over 4 different time points (18, 24, 48 72 h). Each substrate had 3-4 replicates, ...
8
votes
1
answer
350
views
Post hoc tests give no results
I am doing research on sex differences to a breathing protocol. I put a repeated measures anova, and then sex, and the pre and post breathing conditions. It gives me an output but wont let me run the ...
0
votes
0
answers
53
views
2 (within) x 2 (within) x 2 (between) design: three-way interaction post-hoc test
I'm currently working on my master's thesis and would really appreciate some advice on the appropriate statistical analysis for my design.
Study context:
My research examines the stress reduction ...
0
votes
1
answer
59
views
Repeated measures ANOVA or one-way ANOVA for within-subject design?
I'm currently learning statistics and would like to ask for advice on the appropriate analysis method for the following study design.
I conducted an experiment with 10 participants, where each ...
0
votes
0
answers
96
views
Post-hoc test in R for lm() with significant interaction between numeric and multiple categorical variables
I am interested in how the relationship between two traits (trait1 and trait2) varies between groups (A and B) and treatments (C and T). Specifically, I want to know whether the relationship between ...
4
votes
1
answer
151
views
Post-hoc for each group in lmer model
I have data frame like this:
...
4
votes
2
answers
434
views
Which is better - FDR or Holm-Bonferroni? [closed]
I am conducting an auditory flanker task with monkeys. It is a within-subjects design with 4(6 soon) subjects and has 4 conditions. I want to run pairwise comparisons after running a one way RM ANOVA. ...
0
votes
0
answers
90
views
Post-hoc comparisons on align rank transformed (ART) data
I am currently trying to finish up data analysis on a behavioral study with salamanders where I have two different treatments (stress & non-stressed) and two different status types (intruder vs. ...
0
votes
0
answers
48
views
GLMM for count data with random effect of Subject in small sample size with risk of inflated type I error, how to infer factor effects and post-hoc
I am a newbie in GLMM. My data designed with repeated measures involved 9 subjects, each subject performed in duplicate, the count as a response. Since dispersion, the model of negative binomial was ...
0
votes
0
answers
28
views
Follow-Up Analysis of a MANOVA Main Effect using DDA (Descriptive Discriminant Analysis)/CDA (Canonical Discriminant Analysis) in R
I conducted a 2x2 MANOVA with 9 dependent variables and found a significant main effect for one of the independent variables, which I want to examine further. So far, I have run univariate ANOVAs with ...
1
vote
0
answers
42
views
Can I run a series of one-way PERMANOVAs or Dunn's as post-hoc test after a two-way PERMANOVA?
I want to test if the concentration of metals in some birds were influenced by age, sex or tissue. I had to run two separate models of two-way PERMANOVA, one for age x tissue and another for sex x ...
0
votes
0
answers
34
views
Is there a way to run a post-hoc test with ARTool transformed model that has interactions?
I am trying to conduct a post-hoc test on my ARTool model in r studio but since in my data the individuals are tested twice I get a lot of errors when I try to include their ID into all the code I ...