Displaying 2 results from an estimated 2 matches for "sighat2srrandom".
Did you mean:
sighat2rrandom
2003 Mar 11
0
Interrater and intrarater reliability
...ame1$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
sighat2e.part<-MSEpart # the same for random and fixed, see table 2 (p. 780) and 3 (p....
2009 Jun 01
1
installing sn package
...s[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)
> sighat2SRfixed<-(MSSR-MSE)/mm
> # the same for random and fixed, see table 2 (p. 780)...