Skip to content

Commit 28d63e8

Browse files
committed
variance_partitioning_compute: Fix typo
1 parent 20f62d4 commit 28d63e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/mod_variance_partitioning_compute.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ variance_partitioning_compute <- function(
742742
# for (k in seq_len(ngroups)) {
743743
# fixedsplit[, k] <- fixedsplit1[, k] / rowSums(fixedsplit1)
744744
# }
745-
fixedsplit0 <- fixedsplit1 / rowSums(fixedsplit1)
745+
fixedsplit <- fixedsplit1 / rowSums(fixedsplit1)
746746

747747
return(
748748
list(

0 commit comments

Comments
 (0)