search for: brglm2

Displaying 2 results from an estimated 2 matches for "brglm2".

Did you mean: brglm
2024 May 22
1
confint Attempts to Use All Server CPUs by Default
...69 packages installed that appear to provide something like a confint() method: h <- help.search("confint", agrep = FALSE) p <- sort(unique(h$matches$Package)) length(p) ## [1] 69 p [1] "bamlss" "bbmle" "binom" "brglm2" [5] "broom" "caper" "car" "CDM" [9] "CLME" "coin" "crosstable" "dclone" [13] "doBy" "drc" "Ecfun...
2024 May 21
1
confint Attempts to Use All Server CPUs by Default
? Tue, 21 May 2024 08:00:11 +0000 Dario Strbenac via R-devel <r-devel at r-project.org> ?????: > Would a less resource-intensive value, such as 1, be a safer default > CPU value for confint? Which confint() method do you have in mind? There is at least four of them by default in R, and many additional classes could make use of stats:::confint.default by implementing vcov(). >