From ef540baf7e5767aa273e8dd602794a4caad85fe5 Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Tue, 30 Mar 2021 08:34:31 +0200 Subject: [PATCH] Reformatting BAPS input --- R/greedyMix.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/greedyMix.R b/R/greedyMix.R index ab2928e..e9dc2bb 100644 --- a/R/greedyMix.R +++ b/R/greedyMix.R @@ -69,6 +69,7 @@ greedyMix <- function( # end data <- read.delim(pathname_filename, header = FALSE, sep = " ") + data <- as.matrix(data) ninds <- testaaOnkoKunnollinenBapsData(data) # testing if (ninds == 0) stop('Incorrect Data-file')