Last updated on 2026-07-12 12:51:56 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3.0 | 13.87 | 113.65 | 127.52 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.3.0 | 9.60 | 72.30 | 81.90 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.3.0 | 23.00 | 184.92 | 207.92 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.3.0 | 21.00 | 170.49 | 191.49 | OK | |
| r-devel-windows-x86_64 | 1.3.0 | 15.00 | 119.00 | 134.00 | OK | |
| r-patched-linux-x86_64 | 1.3.0 | 12.30 | 109.04 | 121.34 | OK | |
| r-release-linux-x86_64 | 1.3.0 | 13.09 | 108.41 | 121.50 | OK | |
| r-release-macos-arm64 | 1.3.0 | 3.00 | 28.00 | 31.00 | OK | |
| r-release-macos-x86_64 | 1.3.0 | 9.00 | 112.00 | 121.00 | OK | |
| r-release-windows-x86_64 | 1.3.0 | 14.00 | 113.00 | 127.00 | OK | |
| r-oldrel-macos-arm64 | 1.3.0 | 3.00 | 27.00 | 30.00 | OK | |
| r-oldrel-macos-x86_64 | 1.3.0 | 9.00 | 114.00 | 123.00 | OK | |
| r-oldrel-windows-x86_64 | 1.3.0 | 19.00 | 161.00 | 180.00 | OK |
Version: 1.3.0
Check: examples
Result: ERROR
Running examples in ‘MixedPsy-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: MixDelta
> ### Title: PSE/JND from GLMM Estimates using Delta Method
> ### Aliases: MixDelta
> ### Keywords: DeltaMethod GLMM
>
> ### ** Examples
>
> library(lme4)
Loading required package: Matrix
>
> #univariable GLMM (one continuous predictor)
> mod.uni = glmer(formula = cbind(Longer, Total - Longer) ~ X + (1 | Subject),
+ family = binomial(link = "probit"), data = simul_data)
> xplode.uni = xplode(model = mod.uni, name.cont = "X")
> MixDelta(xplode.uni)
statistics
Estimate Std. Error Inferior Superior
pse 75.380553 4.7494270 66.071847 84.689259
jnd 7.410919 0.2737924 6.874296 7.947542
>
> #multivariable GLMM (one continuous and one factorial predictor)
> mod.multi <- glmer(cbind(faster, slower) ~ speed * vibration + (1 + speed| subject),
+ family = binomial(link = "probit"), data = vibro_exp3)
Error: Downdated VtV is not positive definite
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc