Description Usage Arguments Value Examples
View source: R/ppp_vectorization.R
plot datasets using calculation of ppp
1 | plot_dataset_of_ppp_MRMC(StanS4class, summary = FALSE)
|
StanS4class |
An S4 object of class To be passed to |
summary |
Logical: |
p value whose null hypothesis is that model is fitted to data well.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ## Not run:
#========================================================================================
# Now single reader and single modality case only
#========================================================================================
# Fit a model to data-set "dd"
# In the resulting object contained samples from posterior predictive distribution (PPD)
f <- fit_Bayesian_FROC( ite = 1111, summary = TRUE, cha = 1, dataList = dd )
# Plot samples synthesized from posterior predictive distribution (PPD)
plot_dataset_of_ppp_MRMC(f)
## End(Not run)#dontrun
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.