最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

r - Turning rpact object into a nice looking table in Rstudio Viewer - Stack Overflow

programmeradmin2浏览0评论

I'm trying to replicate the nice looking table in Rstudio Viewer of an example on the rpact vignette, where the output summary table is in tabular format. But my output summary table just show up in the Console and not in the Viewer. I have tried kbl and gtsummary but not successful.

getDesignGroupSequential(
    beta = 0.05,
    typeOfDesign = "asKD",
    gammaA = 1,
    typeBetaSpending = "bsOF"
) |>
    summary()

My output

I want to replicate this output instead.

发布评论

评论列表(0)

  1. 暂无评论