tests/testthat/test-re2uncorr.r

library(buildmer)
library(testthat)
test_that('re2uncorr',{
	re <- re2uncorr(f1 ~ vowel*timepoint*following + (vowel*timepoint*following|participant) + (timepoint|word),vowels)
	buildmer:::testthat.compare.df(re$termlist,'re2uncorr')
})

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.