python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
post hoc test using emmeans in R
I am trying to do the posthoc test using emmeans with the unequal size data, we have 81 data for 2017 and 2018 while 54 for 2019 and 2020.
when I run:
n1<-lm(production~Forage* Dep* Region*Year,dat...
papacan
Votes: 0
Answers: 1
emmeans - can you use a baseline measure in a contrast (i.e. as a different variable)?
Best practice when analysing data from an RCT is to adjust for the baseline measure (ancova). However, researchers often still ask for change from baseline in each group and their relative difference ...
LucaS
Votes: 0
Answers: 1
emmip - is there a way to plot a 'merged' treatment x time factor?
I have attached some published data (at the end) that comes from a link on:
https://www.middleprofessor.com/files/applied-biostatistics_bookdown/_book/pre-post.html
I can run a fairly standard linear ...
LucaS
Votes: 0
Answers: 1
How to follow-up on brms categorical model with emmeans to see whether there are group differences in choosing one particular category over another
I ran a brms model in R with a complex three-way interaction that I am trying to decompose. See below for code. I have a multinomial dependent variable with three levels (happy/angry/fear) and multipl...
user17821937
Votes: 0
Answers: 0