Displaying 2 results from an estimated 2 matches for "irrlist".
Did you mean:
errlist
2006 May 16
1
Cannot load irr package
...latex example
maxwell text html latex example
meancor text html latex example
meanrho text html latex example
print.icclist text html latex example
print.irrlist text html latex example
robinson text html latex example
video text html latex example
** building package indices ...
* DONE (irr)
The downloaded packages are in
/tmp/RtmpsZJJ1h/downloaded...
2009 Jun 01
1
installing sn package
...of the interrater reliability
> coefficient
> # rho0intra: null hypothesis value of the intrarater reliability
> coefficient
> # conf.level: confidence level of the one-sided confidence intervals
> reported
> # for the reliability coefficients
> # output reformatted as an "irrlist" stucture - Jim Lemon 2009-05-27
>
> relInterIntra<-function(x,nrater=1,raterLabels=NULL,
> rho0inter=0.6,rho0intra=0.8,conf.level=.95) {
>
> xdim<-dim(x)
> nsubj<-xdim[1]
> nmeas<-xdim[2]/nrater
> if(is.null(raterLabels)) raterLabels<-letters[1:nrat...