Skip to content

Commit f52b8db

Browse files
Update R/estimate_grouplevel.R
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent df602f9 commit f52b8db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/estimate_grouplevel.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ estimate_grouplevel.default <- function(model,
103103

104104
# Remove columns with only NaNs (as these are probably those of fixed effects)
105105
random[vapply(random, function(x) all(is.na(x)), TRUE)] <- NULL
106-
107-
} else if(type == "marginal") { # EXPERIMENTAL
106+
} else if (type == "marginal") {
107+
# EXPERIMENTAL
108108
random <- .grouplevel_marginal(model)
109109
}
110110

0 commit comments

Comments
 (0)