tests/testthat/test-buildgls.r

library(buildmer)
library(testthat)
test_that('buildgls',{
	skip_on_cran()
	library(nlme)
	vowels$event <- with(vowels,interaction(participant,word))
	model <- buildgls(f1 ~ timepoint*following,data=vowels,buildmerControl=list(args=list(correlation=corAR1(form=~1|event))))
	buildmer:::testthat.compare.df(model@p$results,'buildgls')
})

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.