Learn R Programming

hmde (version 1.3.1)

hmde_plot_Rhat_hist: Plot histogram of R_hat values for hmde_fit object.

Description

Plot histogram of R_hat values for hmde_fit object.

Usage

hmde_plot_Rhat_hist(fit)

Value

ggplot object

Arguments

fit

hmde_fit object output from hmde_run

Examples

Run this code
# basic usage of hmde_plot_Rhat_hist
hmde_model("constant_single_ind") |>
  hmde_assign_data(Trout_Size_Data)|>
  hmde_run(chains = 2, iter = 1000,
           verbose = FALSE, show_messages = FALSE) |>
  hmde_plot_Rhat_hist()

Run the code above in your browser using DataLab