We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 831628e commit 6c51a4aCopy full SHA for 6c51a4a
tests/testthat/test-RW.R
@@ -1,5 +1,7 @@
1
context("RW,AR,VAR,CAR")
2
3
+skip_on_cran()
4
+
5
test_that("ma and cor options should work for trends other than VAR", {
6
test <- mvgam(y ~ s(series, bs = 're') +
7
s(season, bs = 'cc') - 1,
tests/testthat/test-offset.R
context("offsets")
test_that("offset incorporated into link-level linpred for beta", {
beta_data$data_train$pop <- as.numeric(beta_data$data_train$series) + 0.5
beta_data$data_test$pop <- as.numeric(beta_data$data_test$series) + 0.5
0 commit comments