You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using pymer4 for quite a big dataset with over 4000 samples and (obviously) have distribution issues. Is there a way to specify model link function as log-gaussian? I believe in R glmer() takes it as gaussian(link = "log")
The text was updated successfully, but these errors were encountered:
@DaviYokogawa Sorry for the delay. If you're interested in those changes I would check out lines 424 and 440 of Lmer.py. Those are the lines that run the model similar to calling lmer or glmer in R and should be able to handle the same arguments. Though you'll want to check out the rpy2 docs for how to structure those arguments.
I'm currently using pymer4 for quite a big dataset with over 4000 samples and (obviously) have distribution issues. Is there a way to specify model link function as log-gaussian? I believe in R glmer() takes it as
gaussian(link = "log")
The text was updated successfully, but these errors were encountered: