Syntax fix to indMix() (#24)
This commit is contained in:
parent
55a36e81ae
commit
d1e567c326
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue