density.ordinalRR {ordinalRR} | R Documentation |
Plot densities of the latent part distributions.
Description
This plots density estimates of the posterior distributions for repeatabilities, R&Rs, and proportions due to repeatability. This corresponds to Figure 5 from Culp, Ryan, Chen, and Hamada (2018). There will be a dark posterior predictive curve only if a random model was fit.
Usage
## S3 method for class 'ordinalRR'
density(x,plt.type=c("repeat", "rr", "prop", "all"),m=0, ...)
Arguments
x |
‘ordinalRR’ output from function ordinalRR(). |
plt.type |
‘character’ plot type (must be ‘repeat’, ‘rr’, ‘prop’, or ‘all’). |
m |
‘nonnegative integer’ relaxes the match criterion to within plus or minus m (see Equations (26) and (27) from Culp, Ryan, Chen, and Hamada, 2018). |
... |
mop up additional inputs. |
Author(s)
Ken Ryan
References
Culp, S.L., Ryan, K.J., Chen, J., and Hamada, M.S. (2018). “Analysis of Repeatability and Reproducibility Studies with Ordinal Measurements.” Technometrics, doi:10.1080/00401706.2018.1429317.