Thanks to one of the examples you provide in the g_lineplot documentation I was able to identify the bug that CI rowname do not update when the CI is custumized. The issue is only with the rowname itself, the value update in the table is implemented correctly.
Please check with the following example, the rowname will remain 95%. (Might be hardcoded but idk)
g_lineplot(
adlb,
adsl,
table = c("n", "mean", "mean_ci"),
control = control_analyze_vars(conf_level = 0.90),
title
)
What happened?
Thanks to one of the examples you provide in the
g_lineplot
documentation I was able to identify the bug that CI rowname do not update when the CI is custumized. The issue is only with the rowname itself, the value update in the table is implemented correctly.Please check with the following example, the rowname will remain 95%. (Might be hardcoded but idk)
sessionInfo()
Relevant log output
No response
Code of Conduct
Contribution Guidelines
Security Policy