File: diagnostics_by_parameter.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 (25 lines) | stat: -rw-r--r-- 616 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
21
22
23
24
25
# model parameter
div(class = "diagnostics-navlist-tabpanel",
    fluidRow(
      column(
        width = 7,
        help_dynamic,
        dygraphOutput_175px("dynamic_trace_diagnostic_parameter_out")
      ),
      column(width = 5, help_lines, plotOutput_200px("p_hist_out"))
    ),
    help_points,
    fluidRow(
      column(
        width = 6,
        plotOutput_200px("param_vs_lp_out"),
        plotOutput_200px("param_vs_stepsize_out")
      ),
      column(
        width = 6,
        plotOutput_200px("param_vs_accept_stat_out"),
        plotOutput_200px("param_vs_treedepth_out")
      )
    ),
    br()
)