tests/testthat/test-buildgamm4.R

library(buildmer)
library(testthat)
test_that('buildgamm4',{
	skip_on_cran()
	model <- buildgamm4(f1 ~ s(timepoint,by=following) +
	       s(participant,timepoint,by=following,bs='fs'),data=vowels)
	buildmer:::testthat.compare.df(model@p$results,'buildgamm4')
})
cvoeten/buildmer documentation built on March 3, 2023, 3:25 p.m.