Syntax fix to indMix() (#24)

This commit is contained in:
Waldir Leoncio 2024-04-10 15:07:51 +02:00
parent 55a36e81ae
commit d1e567c326

View file

@ -512,7 +512,7 @@ indMix <- function(c, npops, counts = NULL, sumcounts = NULL, max_iter = 100L, d
} }
if (muutoksia == 0) { if (muutoksia == 0) {
if (vaihe <= 4) { if (vaihe <= 4) {
vaihe <= vaihe + 1 vaihe <- vaihe + 1
} else if (vaihe == 5) { } else if (vaihe == 5) {
ready <- 1 ready <- 1
} }