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 Oct. 25, 2023, 9:08 a.m.