Displaying 2 results from an estimated 2 matches for "rtp2".
Did you mean:
rtp
2009 Jan 10
1
Setting a contingency table
... a b n10
rp1 rp2 100
cp1 cp2 rtp1
---------------------------------------------
row2 c d n20
rp3 rp4 100
cp3 cp4 rtp2
---------------------------------------------
Total n01 n02 n
ctp1 ctp2 100
100 100 100
Suppose
a<-67; b<-10; c<-79; d<-67;
n<-a+b+c+d;
n10<-a+b;
n01<-a+c;
n20<-n-n10;...
2009 Jan 15
2
Interface to open source Reporting tools
...gt; rp1 rp2 100
> cp1 cp2 rtp1
> ---------------------------------------------
> row2 c d n20
> rp3 rp4 100
> cp3 cp4 rtp2
> ---------------------------------------------
> Total n01 n02 n
> ctp1 ctp2 100
> 100 100 100
>
>
> Suppose
>
> a<-67; b<-10; c<-79; d<-67;
> n<-a+b+c+d;
&...