From f243ee046694561853ee41c594cef74e2ec8ac48 Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Mon, 15 Feb 2021 10:16:33 +0100 Subject: [PATCH] Added missing { --- R/indMix.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/indMix.R b/R/indMix.R index c2a0cf2..4b39cd1 100644 --- a/R/indMix.R +++ b/R/indMix.R @@ -533,7 +533,7 @@ indMix <- function(c, npops, dispText) { roundTypes <- c(5, 5, 7) } else if (vaihe == 4) { roundTypes <- c(4, 3, 1) - } else if (vaihe == 5) + } else if (vaihe == 5) { roundTypes <- c(6, 7, 2, 3, 4, 1) } }