angoff_feldt | R Documentation |
Angoff-Feldt reliability coefficient. Formula obtained from Warrens (2015) <\Sexpr[results=rd]{tools:::Rd_expr_doi("10.1007/s11634-015-0198-6")}>
angoff_feldt(x, y)
x |
(vector) a numeric vector |
y |
(vector) a numeric vector with compatible dimensions to x |
(numeric) Angoff-Feldt cefficient
Other splithalfr coefficients:
assmd()
,
flanagan_rulon()
,
sdregi()
,
short_icc()
,
spearman_brown()
# Generate two variables with different means, variances and a correlation of about 0.5
library(MASS)
vars = mvrnorm(30, mu = c(0, 2), Sigma = matrix(c(5, 2, 2, 3), ncol = 2), empirical = TRUE)
# Calculate coefficient
angoff_feldt(vars[,1], vars[,2])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.