From reproducibility to interactivity: to @minebocek - - PowerPoint PPT Presentation

from reproducibility to interactivity to
SMART_READER_LITE
LIVE PREVIEW

From reproducibility to interactivity: to @minebocek - - PowerPoint PPT Presentation

From reproducibility to interactivity: to @minebocek mine-cetinkaya-rundel Mine etinkaya-Rundel cetinkaya.mine@gmail.com 70 more than percent have tried and failed to reproduce another scientist's experiments Baker, Monya. "1,500


slide-1
SLIDE 1 mine-cetinkaya-rundel cetinkaya.mine@gmail.com @minebocek Mine Çetinkaya-Rundel

From reproducibility to interactivity: to

slide-2
SLIDE 2

70

have tried and failed to reproduce another scientist's experiments more than percent Baker, Monya. "1,500 scientists lifu the lid on reproducibility." Nature News 533.7604 (2016): 452.
slide-3
SLIDE 3

50

have tried and failed to reproduce their own experiments more than percent Baker, Monya. "1,500 scientists lifu the lid on reproducibility." Nature News 533.7604 (2016): 452.
slide-4
SLIDE 4

940

results containing the term reproducibility crisis just in 2019 Baker, Monya. "1,500 scientists lifu the lid on reproducibility." Nature News 533.7604 (2016): 452. Google Scholar yields
slide-5
SLIDE 5

R Markdown

slide-6
SLIDE 6 > 01-interactivity-in-r/01-rmd.Rmd
slide-7
SLIDE 7

R Markdown + parameters

slide-8
SLIDE 8 > 01-interactivity-in-r/02-rmd-with-parameters.Rmd
slide-9
SLIDE 9

R Markdown + htmlwidgets

slide-10
SLIDE 10 > 01-interactivity-in-r/03-rmd-with-htmlwidget.Rmd
slide-11
SLIDE 11

R Markdown + Shiny

slide-12
SLIDE 12 > 01-interactivity-in-r/04-rmd-with-shiny.Rmd
slide-13
SLIDE 13

Flexdashboard + Shiny

slide-14
SLIDE 14 > 01-interactivity-in-r/05-rmd-dashboard-with-shiny.Rmd
slide-15
SLIDE 15

Ladder of interactivity

slide-16
SLIDE 16 More interactive .Rmd Shiny app .Rmd with parameters .Rmd with htmlwidgets .Rmd with Shiny components
slide-17
SLIDE 17 More Complicated .Rmd .Rmd with parameters .Rmd with htmlwidgets .Rmd with Shiny components Shiny app More interactive
slide-18
SLIDE 18 .Rmd .Rmd with parameters .Rmd with htmlwidgets .Rmd with Shiny components Shiny app Change the data more than once per session?
slide-19
SLIDE 19 .Rmd .Rmd with parameters .Rmd with htmlwidgets .Rmd with Shiny components Shiny app Need more than a document or dashboard?
slide-20
SLIDE 20

Your turn

  • Open 01-reproducible-to-interactive/06-shiny-to-param-
rmd.R, run the app, observe its functionality.
  • Now open 01-reproducible-to-interactive/07-shiny-to-param-
rmd.Rmd and fill in the blanks to convert the app to a parametrised R Markdown document.
slide-21
SLIDE 21

Solution

Solution to the previous exercise > 01-reproducible-to-interactive/08-shiny-to-param-rmd.Rmd