# 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)
# Change the class of the above object "f" to stanfit from its inherited class
#____________________________________________________________________
stanfit_from_its_inherited_class(f)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab