Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ede8c5d

Browse files
committedMar 12, 2025·
minor cleaning
1 parent 394a1b4 commit ede8c5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎R/estimate_grouplevel.R

+2
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ estimate_grouplevel <- function(model, type = "random", dispersion = TRUE, test
8484
# fix for rstanarm, which contains a sigma columns
8585
if (inherits(model, "stanreg")) {
8686
clean_parameters <- clean_parameters[clean_parameters$Component != "sigma", ]
87+
params$Group <- clean_parameters$Group
88+
params$Level <- clean_parameters$Cleaned_Parameter
8789
}
8890

8991
# Re-add info

0 commit comments

Comments
 (0)
Please sign in to comment.