agree.sdd {agRee} | R Documentation |
Obtain confidence interval and point estimate of the smallest detectable difference (SDD).
agree.sdd(ratings, conf.level=0.95, NAaction=c("fail", "omit"))
ratings |
a matrix of observations with one subject per row and one rater per column. |
conf.level |
confidence level of the interval. The default is 0.95. |
NAaction |
a character string specifying what should happen
when the data contain |
The calculation is based on one-way random-effects ANOVA and the details can be found in Baumgartner et al. (2015).
Point estimate of the SDD and lower and upper bounds of the confidence interval.
Richard Baumgartner, Dai Feng and Aniket Joshi (2015) Determination of smallest detectable difference for PET tracers using test-retest data: application in receptor occupancy studies (under review)
data(petVT)
agree.sdd(petVT$cerebellum)