# NOT RUN {
#========================================================================================
# Non convergent fitting and error of it on graphic device
#========================================================================================
# }
# NOT RUN {
# Creat a fitted model object which does not converge with R hat criterion:
fit <- fit_Bayesian_FROC( ite = 111,
cha = 1,
summary = T,
Null.Hypothesis = F,
dataList = dd # Here, non convergent data
)
# Nothing is plotted:
plot(0,0,
type ="n",
axes =FALSE,
ann=FALSE
)
# Error message on the above graphic device:
error_message_on_imaging_device_rhat_values(fit)
#========================================================================================
# The author use in this packae as following manner:
#========================================================================================
DrawCurves(fit)
# It does not work , and it is ,,, Ok since when non converges I will want to see
# plot, so this function is no need.
# 2019 August 18
# }
# NOT RUN {
#donttest
# }
Run the code above in your browser using DataLab