Replies: 8 comments 1 reply
-
What should the return type of Potential options:
It looks like GLM.jl returns a matrix: https://github.com/JuliaStats/GLM.jl/blob/9f5276efdb52d6262a531785e8d9139a99e8b9fd/src/glmfit.jl#L257-L259 |
Beta Was this translation helpful? Give feedback.
-
Should the rownames for |
Beta Was this translation helpful? Give feedback.
-
What happens when a rank deficient model is profiled? We should add tests for both
|
Beta Was this translation helpful? Give feedback.
-
When do we expect profile confidence intervals to have better coverage than the parametric bootstrap and vice versa? In my experience, the usual advice is that the bootstrap has the best coverage but I think we've seen a few edge cases in testing where the profile intervals were broader. |
Beta Was this translation helpful? Give feedback.
-
Should we reduce the size of the initial step in computing the profiles? p? The default initial step probably takes us quite far from the optimum, assuming that the optimum in the profiling steps is close-ish to the MLE. |
Beta Was this translation helpful? Give feedback.
-
Should the profiling functions take a progress argument and then when progress=true, should some |
Beta Was this translation helpful? Give feedback.
-
Do we need a nicer |
Beta Was this translation helpful? Give feedback.
-
What about profiles and Wald CIs for GLMM? |
Beta Was this translation helpful? Give feedback.
-
I'm currently reviewing the new profiling code over in #639 and I think it's looking very nice. I think there are some interface features that we should discuss a bit after merging that but before releasing/declaring the API there stable. I've decided to put this into a discussion so that each of my questions/ideas/suggestions can have a separate answer thread.
Beta Was this translation helpful? Give feedback.
All reactions