Intercalas correlation coefficient in jamovi?

Discuss the jamovi platform, possible improvements, etc.
Post Reply
Vicente_inefo
Posts: 16
Joined: Wed May 29, 2019 11:39 pm

Intercalas correlation coefficient in jamovi?

Post 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.
User avatar
Ravi
Posts: 194
Joined: Sat Jan 28, 2017 11:18 am

Re: Intercalas correlation coefficient in jamovi?

Post by Ravi »

Yup, definitely something we need to add.
pao
Posts: 9
Joined: Thu Oct 05, 2017 7:03 pm

Re: Intercalas correlation coefficient in jamovi?

Post 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)
Post Reply