Skip to content

Commit

Permalink
styler
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jul 23, 2024
1 parent 2d42c70 commit fef7a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-model_parameters.glmgee.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ skip_if_not_installed("glmtoolbox")
test_that("model_parameters.glmgee", {
data(spruces, package = "glmtoolbox")
fit1 <- glmtoolbox::glmgee(
size ~ poly(days,4) + treat,
size ~ poly(days, 4) + treat,
id = tree,
family = Gamma("log"),
corstr = "AR-M-dependent(1)",
Expand Down

0 comments on commit fef7a1a

Please sign in to comment.