Description Usage Arguments Value Examples
a trace plot for a paramter whose R hat is largest
1 | stan_trace_of_max_rhat(StanS4class)
|
StanS4class |
An S4 object of class To be passed to |
none
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 26 27 | ## Not run:
#========================================================================================
# Draw a trace plot for a paramter whose R hat is largest
#========================================================================================
# Fit a model to data
#______________________
f <- fit_Bayesian_FROC(
ite = 111,
cha = 1,
dataList = d)
# Extract a name of parameter whose R hat is maximal over all parameters
#____________________________________________________________________
stan_trace_of_max_rhat(f)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.