File: diagnostics_ndivergent.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 (11 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# Divergences
fluidRow(
  column(
    width = 7,
    help_dynamic,
    dygraphOutput_175px("dynamic_trace_diagnostic_ndivergent_out"),
    br(), br(),
    plotOutput("ndivergent_vs_lp_out", height = "150px")
  ),
  column(width = 5, plotOutput_400px("ndivergent_vs_accept_stat_out"))
)