Open
Description
Hi @jdblischak , when I run the following lines of code, I notice that the 'Cumulative boundary crossing probability' isn't showing 5 digits. Could you help me understand why?
gs_design_ahr(analysis = c(24, 36, 48)) |>
summary(col_decimals = c(z = 5, probability = 5, probability0 = 5, `~hr at bound` = 5, `nominal p` = 5)) |>
as_gt()