plot_pi {keyATM} | R Documentation |
Show a diagnosis plot of pi
Description
Show a diagnosis plot of pi
Usage
plot_pi(
x,
show_topic = NULL,
start = 0,
ci = 0.9,
method = c("hdi", "eti"),
point = c("mean", "median")
)
Arguments
x |
the output from a keyATM model (see |
show_topic |
an integer or a vector. Indicate topics to visualize. Default is |
start |
integer. The starting value of iteration to use in the plot. Default is |
ci |
value of the credible interval (between 0 and 1) to be estimated. Default is |
method |
method for computing the credible interval. The Highest Density Interval ( |
point |
method for computing the point estimate. |
Value
keyATM_fig object.