Re: [R] Function recommendation for this study...

2009-05-11 Thread Paul Heinrich Dietrich
Thank you for the suggestions, I'm sure irr is what I'm looking for. Thanks again. spencerg wrote: > > To look up "observer agreement", you might consider the > "RSiteSearch" package. The "RSiteSearch.function" looks only for > matches in help pages of contributed packages. > > > l

Re: [R] Function recommendation for this study...

2009-05-10 Thread spencerg
To look up "observer agreement", you might consider the "RSiteSearch" package. The "RSiteSearch.function" looks only for matches in help pages of contributed packages. library(RSiteSearch) oa <- RSiteSearch.function("observer agreement") attr(oa, "hits") # 4 functions matching this term

Re: [R] Function recommendation for this study...

2009-05-10 Thread Murray Cooper
Paul, I suggest looking up "observer agreement". The description of your study sounds like a classical categorical observer agreement problem. I can't give a reference off the top of my head, but if you get stuck, e-mail me and I'll try and find a ref to get you started. Murray M Cooper, Ph.D.