Last updated on 2026-04-29 23:53:30 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 23.94 | 150.98 | 174.92 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 17.36 | 106.00 | 123.36 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 10.00 | 84.27 | 94.27 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 10.00 | 82.62 | 92.62 | ERROR | |
| r-devel-windows-x86_64 | 0.1.0 | 20.00 | 144.00 | 164.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 19.64 | 142.57 | 162.21 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 22.11 | 142.64 | 164.75 | OK | |
| r-release-macos-arm64 | 0.1.0 | 4.00 | 32.00 | 36.00 | OK | |
| r-release-macos-x86_64 | 0.1.0 | 11.00 | 131.00 | 142.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 19.00 | 138.00 | 157.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.0 | 10.00 | 131.00 | 141.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 25.00 | 187.00 | 212.00 | OK |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘marginme-Ex.R’ failed
The error most likely occurred in:
> ### Name: confint.margin
> ### Title: Confidence interval for marginal effect
> ### Aliases: confint.margin
>
> ### ** Examples
>
> ## fit a model using glmmTMB
> fit <- glmmTMB::glmmTMB(y ~ Treatment + x1 + x2 + x3 + x4 + (1|Cluster),
+ data = trial_data, family = binomial(link="logit"),REML = TRUE)
> ## relative risk, average over random effects and fixed effects
> m1 <- margin(fit,
+ x = "Treatment",
+ type = "ratio",
+ average = c("x1","x2","x3","x4"),
+ re = "average",
+ se="GLS")
Error in model$mcmc_options <- `*vtmp*` :
cannot add bindings to a locked environment
Calls: margin
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc