John T Haman
John T Haman
Formulas become malformed in `data.table`. Here's a small example. Suppose I have a data.table with a column I'd like to exponentiate. The data.table syntax is ``` library(data.table) DT
It would be nice if ace-window automatically integrated with which-key to show the dispatch-alist when invoked.
Is it possible to conditionally pin and demand package? For example, - If OS is windows, then demand package - If OS is windows, then pin package to melpa-stable I...
I'm trying to follow the advice in the blogdown book about SEO: https://bookdown.org/yihui/blogdown/useful-resources.html#helping-people-find-your-site, and am having some trouble getting description tags to work with this theme. What's the right way...
I would like to have some methods for inflated Poisson and NegBin models. I'm not sure how these models are commonly fit in R (what package or functions are used?)....
For certain methods like add_pi.glm and add_quantile.glm, a small parametric bootstrap is performed to generate the desired statistic. Presently if these two methods are used, a separate simulation is run...
Currently we simulate from the model using a parametric bootstrap. We showed in the GLM vignette that this is valid if the model is "true", and the simulation is still...
Beta regression is a good alternative to binomial regression when the number of trials is unknown. I would like to support this model!
Some users don't fit mixed models!
I'm finding that we cannot use add_ci.lmer for "big data". I tried an example from the mermod vignette with 200,000 observations and found that R couldn't put the new data...