Constantin
Constantin
> As you expected, I don't have any problem with log transformation. But, weirdly, acosh crashed because of out-of-memory. Do you have any insight specifically on acosh? That is surprising...
Hi, this is helpful (I think :)) You seem to be calling `acosh_transform` with `overdispersion = TRUE`. This means that `transformGamPoi` tries to estimate the overdispersion by calling `glmGamPoi` which...
Hi Da, thanks for reaching out. Unfortunately, I am currently travelling and would need to look in more depth at the problem that you describe. I will be back in...
Hi Da, thank you for your patience. I am back now and looked in detail into your code. Thank you for providing the reproducible example, this made it a lot...
Hi mjcasy, > I was wondering what is the best way to run your benchmarking on a single other transformation? The general steps are to * Clone the [`benchmark`](https://github.com/const-ae/transformGamPoi-Paper/tree/master/benchmark) folder....
Let me know if you run into any trouble going through the steps. It is always an exciting moment when someone else is running one's code for the first time.
Oh, I ran into the same issue with the job limit. I submitted the jobs in batches of a few thousand. In addition, I usually changed the job priority to...
> I wonder if it is possible for me to only run certain methods (for example, GLM based model) on certain datasets. Thanks a lot. Yes! Take a look at...
Sorry, I don't know if a generic exists to identify such cases.
It's [4.1.2](https://github.com/const-ae/transformGamPoi-Paper/blob/master/benchmark/renv.lock#LL3C24-L3C24). What kind of errors do you get?