I have used read.csv put three columns (of raters) who rated 188 things 
(rows) into the object PublicKnow

After loading irr and calling kripp.alpha(PublicKnow), I get what I see 
on searching is the common error:

Error in sort.list(y) : 'x' must be atomic for 'sort.list'
Have you called 'sort' on a list?

The example in kripp.alpha shows the use of this application by entering 
data from the console in matrix format.

I tried turning PublicKnow into a matrix:

pknowmat=matrix(PublicKnow).

Still, no success, but the same error.  kripp.alpha is wanting something 
"sliced/diced" in a way that I do not know how to create/make.

What kinds of manipulations must I do on my data, as it was read in, so 
that kripp.alpha will work?

Thanks...Al


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to