tests/testthat/test-buildgamm.R

library(buildmer)
library(testthat)
test_that('buildgamm',{
	skip_on_cran()
	model <- buildgamm(f1 ~ s(timepoint,by=following) + (1|participant),data=vowels,buildmerControl=list(direction='order'))
	buildmer:::testthat.compare.df(model@p$tab,'buildgamm')
})

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.