tests/testthat/test-buildgam.R

library(buildmer)
library(testthat)
test_that('buildgam',{
	skip_on_cran()
	model <- buildgam(f1 ~ s(timepoint,by=following),data=vowels)
	buildmer:::testthat.compare.df(model@p$results,'buildgam')
})

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.