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