catregs
Post-Estimation Functions for Generalized Linear Mixed Models
Description
Several functions for working with mixed effects regression models for limited dependent variables. The functions facilitate post-estimation of model predictions or margins, and comparisons between model predictions for assessing or probing moderation. Additional helper functions facilitate model comparisons and implements simulation-based inference for model predictions of alternative-specific outcome models. See also, Melamed and Doan (2024, ISBN: 978-1032509518).
Downloads
235
Last 30 days
18617th
665
Last 90 days
3.1K
Last year
Trend: +45.1% (30d vs prior 30d)
14
Last 30 days
33
Last 90 days
174
Last year
Trend: -6.7% (30d vs prior 30d)
8
Last 7 days
28
Last 30 days
3
All-time
autoCRAN-only: this name is served only by autoCRAN, so the count is exact.
CRAN Check Status
Show all 13 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | OK |
| r-devel-linux-x86_64-debian-gcc | OK |
| r-devel-linux-x86_64-fedora-clang | OK |
| r-devel-linux-x86_64-fedora-gcc | OK |
| r-devel-windows-x86_64 | OK |
| r-oldrel-macos-arm64 | OK |
| r-oldrel-macos-x86_64 | OK |
| r-oldrel-windows-x86_64 | OK |
| r-patched-linux-x86_64 | OK |
| r-release-linux-x86_64 | OK |
| r-release-macos-arm64 | OK |
| r-release-macos-x86_64 | OK |
| r-release-windows-x86_64 | OK |
Check History
OK 13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Jun 9, 2026
ERROR 12 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Jun 8, 2026
examples
Running examples in ‘catregs-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: count.fit
> ### Title: Fits four different count models and compares them.
> ### Aliases: count.fit
>
...[truncated]...
9 10 11 12 16 19
275 246 178 84 67 27 17 12 1 2 1 1 2 1 1
> fit<-count.fit(p1,0:19)
Error in loadNamespace(x) : there is no package called ‘ggpubr’
Calls: count.fit -> suppressMessages -> withCallingHandlers
Execution halted