[R] How to extract ICC value from irr package?

2010-08-03 Thread chen chao
Hi, all There are 62 samples in my data and I tested 3 times for each one, then I want to use ICC(intraclass correlation) from irr package to test the consistency among the tests. *combatexpdata_p[1:62] is the first text results and combatexpdata_p[63:124] * is the second one and

Re: [R] How to extract ICC value from irr package?

2010-08-03 Thread Joshua Wiley
Hi Chen, From the documentation (see ?icc) $value: the intraclass correlation coefficient. As an example: set.seed(1) result - icc(matrix(rnorm(20), ncol = 2)) result$value [1] -0.3148786 HTH, Josh On Tue, Aug 3, 2010 at 8:50 AM, chen chao chench...@gmail.com wrote: Hi, all There

Re: [R] How to extract ICC value from irr package?

2010-08-03 Thread Tal Galili
And in general, you can use: str(NameOfObject) To understand it's *str*ucture, and where the value resides. Cheers. Contact Details:--- Contact me: tal.gal...@gmail.com | 972-52-7275845 Read me: www.talgalili.com (Hebrew) |