search for: sighat2

Displaying 2 results from an estimated 2 matches for "sighat2".

Did you mean: sighat2e
2003 Mar 11
0
Interrater and intrarater reliability
...39;,'MSR','MSSR','MSE',paste('MSE',levels(Frame1$Rater),sep='')) MSS<-meanSquares[1] MSR<-meanSquares[2] MSSR<-meanSquares[3] MSE<-meanSquares[4] MSEpart<-meanSquares[-(1:4)] # the same for random and fixed, see table 2 (p. 780) and 3 (p. 281) sighat2Srandom<-(MSS-MSSR)/(mm*tt) sighat2Rrandom<-(MSR-MSSR)/(mm*nn) sighat2SRrandom<-(MSSR-MSE)/mm sighat2e<-MSE # the same for random and fixed, see table 2 (p. 780) and 3 (p. 281) sighat2Sfixed<-(MSS-MSE)/(mm*tt) sighat2Rfixed<-(MSR-MSSR)/(mm*nn) sighat2SRfixed<-(MSSR-MSE)/mm sigha...
2009 Jun 01
1
installing sn package
...',paste('MSE',levels(Frame1$Rater),sep='')) >  MSS<-meanSquares[1] >  MSR<-meanSquares[2] >  MSSR<-meanSquares[3] >  MSE<-meanSquares[4] >  # the same for random and fixed, see table 2 (p. 780) and 3 (p. 281) >  MSEpart<-meanSquares[-(1:4)] >  sighat2Srandom<-(MSS-MSSR)/(mm*tt) >  sighat2Rrandom<-(MSR-MSSR)/(mm*nn) >  sighat2SRrandom<-(MSSR-MSE)/mm >  # the same for random and fixed, see table 2 (p. 780) and 3 (p. 281) >  sighat2e<-MSE >  sighat2Sfixed<-(MSS-MSE)/(mm*tt) >  sighat2Rfixed<-(MSR-MSSR)/(mm*nn) &g...