Learn R Programming

BayesianFROC (version 1.0.0)

stan_trace_of_max_rhat: a trace plot for a paramter whose R hat is largest

Description

a trace plot for a paramter whose R hat is largest

Usage

stan_trace_of_max_rhat(StanS4class)

Arguments

StanS4class

An S4 object of class stanfitExtended which is an inherited class from the S4 class stanfit. This R object is a fitted model object as a return value of the function fit_Bayesian_FROC().

To be passed to DrawCurves() ... etc

Value

none

Examples

Run this code
# 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)


# }
# NOT RUN {
# }

Run the code above in your browser using DataLab