Open funnell opened 2 months ago
That is an intended behavior. I need to modify the step 2 algorithm to mute some of the runs.
One main difference in the GEE models is that we no longer have an existing popular/fast algorithm like glmnet for the step 2 runs. The current working solution is to use FLORAL's algorithm without imposing the zero-sum constraint, which produced a number of progress bars as a result.
The latest update from the dev-GEE
branch should address this issue.
Hello,
I'm running FLORAL (the version on CRAN) with longitudinal=TRUE and family="binomial" like so:
and getting this output:
I'd like to point out two things:
I'm not sure if this is expected behavior, but if so, maybe the progress bar labels could be updated.