Generation

generate functionTue, 18 Apr 2023

> mod <- glmer('categorical_FOD_FODs ~ Condition_FODs + Language_used_FODs + (1 | subject_FODs)', + data = indvar_FODs, family = binomial) According to the singularity in this data, add this method = "", data= ,control = (opt = "")) what should I write for the 'method' and 'control' and for the 'opt'? i don't think family is binomial

glmer('categorical_FOD_FODs ~ Condition_FODs + Language_used_FODs + (1 | subject_FODs)', + data = indvar_FODs, family = binomial, method = "", data= ,control = (opt = ""))

Questions about programming?Chat with your personal AI assistant