Skip to content

Commit da1bc59

Browse files
committed
Update print_prior function
1 parent 62b24d9 commit da1bc59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utils_print_survHE.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ extract_model_block <- function(x, mod = 1) {
797797
}
798798
})
799799
prefix <- if (!is.null(beta_names) && length(beta_names) >= i) {
800-
paste0(beta_names[i], "_")
800+
paste0(beta_names[i], ": ")
801801
} else {
802802
""
803803
}

0 commit comments

Comments
 (0)