Skip to content

Commit

Permalink
lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 7, 2023
1 parent 6ec8fd5 commit b2aa5a5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion R/equivalence_test.R
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,15 @@ equivalence_test.stanreg <- function(x,
range = "default",
ci = 0.95,
effects = c("fixed", "random", "all"),
component = c("location", "all", "conditional", "smooth_terms", "sigma", "distributional", "auxiliary"),
component = c(
"location",
"all",
"conditional",
"smooth_terms",
"sigma",
"distributional",
"auxiliary"
),
parameters = NULL,
verbose = TRUE,
...) {
Expand Down

0 comments on commit b2aa5a5

Please sign in to comment.