From e8771c5f5eb24a70164b7e3692cdabc93f89bfe0 Mon Sep 17 00:00:00 2001 From: Philip Mostert Date: Wed, 7 Aug 2024 14:25:12 +0200 Subject: [PATCH] Printing fix in blockedCV --- R/blockedCV.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/blockedCV.R b/R/blockedCV.R index c8aaa60..d20fc95 100644 --- a/R/blockedCV.R +++ b/R/blockedCV.R @@ -419,7 +419,7 @@ print.blockedCVpred <- function(x, ...) { cat('Spatial block cross-validation score:') cat('\n\n') - cat('Marginal likelihoods obtained by using the predictions from the model as an offset:') + cat('Marginal likelihoods obtained by using the predictions from the model as an offset:\n\n') foldFrame <- do.call(rbind.data.frame, x) foldFrame <- data.frame(foldFrame, mean = rowMeans(foldFrame))