我喜欢 gtsummary
包。经过一段时间的摆弄,我已经完成了我的近乎理想的桌子。但是,我是否可以向 tbl_summary 中的值添加重要的上标(手动或自动)?另外,是否可以添加一个新的统计列来显示类似 PSE 的内容(我可以手动计算它,但很难将其组合到汇总表中。最后但并非最不重要的一点是,是否可以从by
参数到行而不是列?
。
谢谢 >
I love gtsummary
package. After a while playing with it, I have finished my almost-ideal-table of mine. However, are there anyway I can add significant superscripts to values in tbl_summary (both manually or automatically)? Also, is it possible to add a new stat column to show something like PSE (I can calculate it manually, but having a hard time to combine it into the summary table. Last but not least, is it possible to transpose the grouping from the by
argument to the rows instead of column?
Thank you.
Desired Table
发布评论