-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Hello,
I am running BKMR models for the effect of multi-exposures on suicide. My design is a case-crossover design, so I use the id argument, and since suicide is binary, I set family = "binomial". When I began to run, I encountered errors, but I saw an issue that you said to set est.h = TRUE for the binomial family which fixed my errors.
However, I have a huge data, ~ 40,000 rows of which I have 9000 unique subjects when I run the BKMR on the data, the only message on the console is "Fitting probit regression model Validating control. params...", I left it to run for a full day, which kept on running, but nothing seemed to happen.
When I randomly select 1000 rows, it runs but if I randomly select 5000 rows instead, nothing runs.
Can you help me go about this issue?
Thank you for your time.