Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jun 14, 2024
1 parent ccefb48 commit 8d432bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/icc.R
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ print.icc_decomposed <- function(x, digits = 2, ...) {
components = c("var.fixed", "var.random", "var.residual"),
name_fun = "icc()",
name_full = "ICC",
null_model = null_model,
null_model = NULL,
approximation = "lognormal",
verbose = TRUE) {
vars <- tryCatch(
Expand Down

0 comments on commit 8d432bc

Please sign in to comment.