Skip to content

Commit

Permalink
Syntax fix to indMix() (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Apr 10, 2024
1 parent 55a36e8 commit d1e567c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/indMix.R
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ indMix <- function(c, npops, counts = NULL, sumcounts = NULL, max_iter = 100L, d
}
if (muutoksia == 0) {
if (vaihe <= 4) {
vaihe <= vaihe + 1
vaihe <- vaihe + 1
} else if (vaihe == 5) {
ready <- 1
}
Expand Down

0 comments on commit d1e567c

Please sign in to comment.