John T Haman
John T Haman
Sorry for the noise. I think I fixed my issue with ``` (electric-operator-add-rules-for-mode 'ess-r-mode (cons ":=" " := ")) ```
Since I think you might be interested, I've developed a pretty good list of rules that are great help when writing R and Stan code. ``` (electric-operator-add-rules-for-mode 'stan-mode (cons ","...
I'm also experiencing crashes on Gnu Emacs with Sly and Company-Box. edit: And without company-box. I'm getting a hard crash to desktop, not sure how to troubleshoot this one.
Hi, thanks for this note. I'm not familiar with scams but I have thought a little bit about adding a method for GAMs. The recipe would be more difficult than...
Good digging! I'll take a look and these then see what I can do when work on GLMMs is wrapped up.
Regarding the inclusion of residual variance: We wrote about this in the mixed model vignette in ciTools. It's a bit more complicated that just including or excluding this residual variance...
Tim, in our glm vignette, https://cran.r-project.org/web/packages/ciTools/vignettes/ciTools-glm-vignette.html, we showed in a simulation that our Poisson PIs are conservative (at least in the examples we tried). I would hesitate to add a...
Thank you, I'm working on a literature review to accompany this package, but before the review is out we can add our sources to the package documentation.
Good catch! Some thoughts: 1. I'm surprised lmer doesn't throw an error if the model matrix is not full rank. 2. I wonder how lmer chooses which columns to drop....
I have opened a new branch that addresses this bug. But now I'm wondering if we need to implement similar fixes for lm, glm, etc. 41f3c65d6e257c68dbb68d55cb4eaad3701342a1