Skip to content
Prev 386967 / 398502 Next

Help with Krippendorff's Alpha

Hi Jean,
kripp.alpha expects a classifier by object (in your case, score)
matrix as the first argument. If I read your code correctly you are
getting the scores zigzagging across six columns when you want a 6 x
180 matrix. My guess is that you want:

Trainers<-matrix(c(Trainer_1,Trainer_2, Trainer_3, Trainer_5,
Trainer_6, Trainer_12),
 nrow=6,byrow=TRUE)

Jim
On Sat, Jan 23, 2021 at 10:24 AM Jenn Russell <jenncami at hotmail.com> wrote:
Message-ID: <CA+8X3fUbz8E0CbKZu=+HL9tcaXN7S2jCMmrUeAY78T9yEVeWtQ@mail.gmail.com>
In-Reply-To: <CY4PR1401MB19754BF247D08EB1E6DDC89BC6A00@CY4PR1401MB1975.namprd14.prod.outlook.com>