File: diagnostics_treedepth.R

package info (click to toggle)
r-cran-shinystan 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,172 kB
  • sloc: sh: 15; makefile: 7
file content (20 lines) | stat: -rw-r--r-- 580 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# treedepth
div(
  class = "diagnostics-navlist-tabpanel",
  fluidRow(
    column(
      width = 7,
      help_dynamic,
      dygraphOutput_175px("dynamic_trace_diagnostic_treedepth_out"),
      br(), br(),
      plotOutput("treedepth_vs_lp_out", height = "150px")
    ),
    column(width = 5, plotOutput_400px("treedepth_vs_accept_stat_out"))
  ),
  splitLayout(
    plotOutput("treedepth_ndivergent_hist_out", height = "125px"),
    plotOutput("treedepth_ndivergent0_hist_out", height = "125px"),
    plotOutput("treedepth_ndivergent1_hist_out", height = "125px")
  ),
  br()
)