Displaying 2 results from an estimated 2 matches for "sighat2srfix".
Did you mean:
sighat2srfixed
2003 Mar 11
0
Interrater and intrarater reliability
...able 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. 281)
rhohat.inter.random<-sighat2Srandom/
(sighat2Srandom+sighat2Rrandom+sighat2SRrandom+sighat2e)
rhohat.inter.fixed<-(sighat2Sfixed-sighat2SRfixed/tt)/
(sighat2Sfixed+(tt-1)*sigha...
2009 Jun 01
1
installing sn package
...dom<-(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) and 3 (p. 281)
> sighat2e.part<-MSEpart
> rhohat.inter.random<-sighat2Srandom/
> (sighat2Srandom+sighat2Rrandom+sighat2SRrandom+sighat2e)
> rhohat.inter.fixed<-(sighat2Sfixed-sighat2SRfixed/tt)/...