tests/testthat/test-buildglmmTMB.r

library(buildmer)
library(testthat)
test_that('buildglmmTMB',{
	skip_on_cran()
	model <- buildglmmTMB(Reaction ~ Days + (Days|Subject),data=lme4::sleepstudy)
	buildmer:::testthat.compare.df(model@p$results,'buildglmmTMB')
})

Try the buildmer package in your browser

Any scripts or data that you put into this service are public.

buildmer documentation built on June 27, 2026, 1:06 a.m.