Dr. Carson Sievert | Reproducible Shiny apps with shinymeta | RStudio (2020)

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ก.ย. 2024
  • Shiny makes it easy to take domain logic from an existing R script and wrap some reactive logic around it to produce an interactive webpage where others can quickly explore different variables, parameter values, models/algorithms, etc. Although the interactivity is great for many reasons, once an interesting result is found, it’s more difficult to prove the correctness of the result since: (1) the result can only be (easily) reproduced via the Shiny app and (2) the relevant domain logic which produced the result is obscured by Shiny’s reactive logic. The R package shinymeta provides tools for capturing and exporting domain logic for execution outside of a Shiny runtime (so that others can reproduce Shiny-based result(s) from a new R session).

ความคิดเห็น • 5

  • @tomng9604
    @tomng9604 ปีที่แล้ว +2

    Is shinymeta abandoned? The last commit was in 2021

  • @siriyakcr
    @siriyakcr 3 ปีที่แล้ว

    ANOVA part was awesome

  • @musicspinner
    @musicspinner 3 ปีที่แล้ว +1

    high qual.

  • @evertonfonseca8916
    @evertonfonseca8916 3 ปีที่แล้ว

    great master