pr
function uses subscores from two parallel test forms and computes profile reliability coefficients as described in Bulut (2013).pr(form1, form2)
reliability
- Within-in person, between-person, and overall subscore reliabilitypattern.level
- A matrix of all pattern and level values obtained from the subscoresDavison, M. L., & Davenport, E. C. (2002). Identifying criterion-related patterns of predictor scores using multiple regression. Psychological Methods, 7(4), 468-484.
plot.prof
data(EEGS)
result <- pr(EEGS[,c(1,3,5)],EEGS[,c(2,4,6)])
print(result)
plot(result)
Run the code above in your browser using DataLab