Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Sep 29, 2024
1 parent cff516c commit 5e50847
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions inst/tinytest/test-pkg-glmmTMB.R
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,18 @@ expect_false(anyNA(s$std.error))



# Issue 1221
ord_fit <- glmmTMB(formula=therm/100 ~ F_EDUCCAT2_FINAL + F_INCOME_FINAL + (1|F_INCOME_FINAL),
data=pew,
family = ordbeta)
p <- avg_predictions(ord_fit, re.form = NA)
expect_false(anyNA(p$estimate))
expect_false(anyNA(p$std.error))





source("helpers.R")
rm(list = ls())

0 comments on commit 5e50847

Please sign in to comment.