Description Usage Arguments Value Examples
View source: R/summarise_MRMC.R
Summarize the estimates for MRMC case
1 | summarize_MRMC(StanS4class, dig = 3)
|
StanS4class |
An S4 object of class To be passed to |
dig |
A variable to be passed to the function |
Nothing
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
fit <- fit_Bayesian_FROC(
dataList.Chakra.Web.orderd,
ite = 1111,
summary =FALSE
)
summarize_MRMC(fit)
## End(Not run)# dottest
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.