Skip to content

Commit

Permalink
Printing fix in blockedCV
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMostert committed Aug 7, 2024
1 parent 166462c commit e8771c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/blockedCV.R
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit e8771c5

Please sign in to comment.