Page 1 of 1

Intercalas correlation coefficient in jamovi?

Posted: Thu May 30, 2019 8:42 am
by Vicente_inefo
Is there any option or plan to implement the ICC in future version?
It could be a good add-on for the reliability analysis section.

Re: Intercalas correlation coefficient in jamovi?

Posted: Mon Jun 03, 2019 10:24 am
by Ravi
Yup, definitely something we need to add.

Re: Intercalas correlation coefficient in jamovi?

Posted: Wed Jul 03, 2019 9:58 am
by pao
Vicente_inefo wrote:Is there any option or plan to implement the ICC in future version?
It could be a good add-on for the reliability analysis section.
You can do this in R module by:

matrix_of_subject_and_raters <- data[,column_of_interest]
psych::ICC(matrix_of_subject_and_raters)