Open Abbie-Williams opened 2 years ago
the aldex.glm takes optional arguments which (in theory) should allow you to define your model specifically. The base glm is just this function: glm(x ~ model., ...) and the model is specified in the matrix, and other parameters you want to pass to glm() should follow the verbose=FALSE parameter.
I've been searching through the documentation, and I cannot seem to find what the GLM model is (family, link type). Is it possible to specify this within the glm function, and is it also possible to specify fixed effects within the model?