I'm trying to fit a glm in R

My code is the following:

glm(formula = DV ~ IV1between*IV2within, data = df).

The DV distribution (not the residual!) is approximately an ex-gaussian.

Which "family" argument should I use?

Any tips are welcome, thanks!

More Gianluca Saetta's questions See All
Similar questions and discussions