Generation

generate functionTue, 18 Apr 2023

> table(indvar_FODs$categorical_FOD_FODs) ascending descending identity 1683 1432 206 > table(indvar_FODs$Condition_FODs) A B C D 880 880 880 880 > table(indvar_FODs$Language_used_FODs) English German Hungarian Italian Turkish 880 160 160 160 2160 categorical_FOD_FODs is my dependent variable, so frequency of categorical_FOD_FODs is the dependent variable I want to test if there is significan difference between the Language_used_FODs levels, among the four Condition_FODs

res.aov1 <- aov(categorical_FOD_FODs ~ Language_used_FODs + Error(Condition_FODs / Language_used_FODs), indvar_FODs) summary(res.aov1)

Questions about programming?Chat with your personal AI assistant