Generation

generate functionTue, 18 Apr 2023

m1 <- clm(categorical_FOD_FODs ~ 0 + Condition_FODs:Language_used_FODs - 1, data = indvar_FODs) summary(m1) write code for post-hoc analysis please

q <- glht(m1, linfct = mcp(Condition_FODs:Language_used_FODs = "Tukey")) q plot(q)

Want to kickstart your project?Use the new AI Studio to create your code