# NOT RUN {
#========================================================================================
# Non convergent fitting and error on it via a 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 = TRUE,
Null.Hypothesis = FALSE,
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)
#========================================================================================
# Plot
#========================================================================================
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 {
#dontrun
# }
Run the code above in your browser using DataLab