Skip to content

Commit

Permalink
pass verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jun 18, 2024
1 parent 7eb288b commit fc8b231
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/icc.R
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ icc <- function(model,
tolerance = tolerance,
null_model = null_model,
approximation = approximation,
model_component = model_component
model_component = model_component,
verbose = verbose
)

# return if ICC couldn't be computed
Expand Down
3 changes: 2 additions & 1 deletion R/r2_nakagawa.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ r2_nakagawa <- function(model,
approximation = approximation,
name_fun = "r2()",
name_full = "r-squared",
model_component = model_component
model_component = model_component,
verbose = verbose
)

# return if R2 couldn't be computed
Expand Down

0 comments on commit fc8b231

Please sign in to comment.