Displaying 4 results from an estimated 4 matches for "od1".
Did you mean:
d1
2011 May 16
2
about spearman and kendal correlation coefficient calculation in "cor"
...], method="spearman")
[1] 0.2551259
> cor(mat[,1], mat[,2], method="kendal")
[1] 0.1834940
However, when I tried to reproduce the two correlation coefficients by
following their "defination", I got different results than from "cor".
For Spearman, I got:
od1 = order(mat[,1], decreasing=T)
od2= order(mat[,2], decreasing=T)
> 1-6*sum((od1-od2)^2)/(length(od1)^3-length(od1))
[1] -0.2909091
This is different with from "cor", which is 0.255.
For Kendal, I got:
accord=0
disaccord=0
experi=mat[,1]
target=mat[,2]
N= length(experi)
for(i in 1...
2005 Jan 28
4
extracting from a data.frame
...ot;CE3" "CG"
[12] "CG1" "CG2" "CH2" "CZ" "CZ2" "CZ3" "N" "ND1" "ND2" "NE" "NE1"
[23] "NE2" "NH1" "NH2" "NZ" "O" "OD1" "OD2" "OE1" "OE2" "OG" "OG1"
[34] "OH" "OXT" "SD" "SG"
Now I would like to get all rows of a, that have the value "O" in V3.
I tried a lot of different combinations of [... but I couldn'...
2005 Jan 29
7
Sipura SPA-841 auto-answer support [patch]
...@X.<WA+,J#=.V/PPX/YGXBG1#B@'+PO_.R]M:'-8]+GG
MW-YRD)'CT4F"7YL[V"8J[$5B#AW3[=DF5[<IF9(PM,:Q>4[NGTE:L0IJ1#7J
MI:(FX%6.,;YNR('%S&H4T0GJ7G4ZBX7U>,X9"IFUP&Z()A%>++RE(X>,$&`5
M'EQ=7O;ZPV5F@!S')7/N:!?E<K2+<D71];A-"-Q_&?:7P?OD1!.HB&**VL<3
M6TM4W5KN;*%+;#;SB(@;$O%V?(C.)L3^C.XFA$\(0^)!$`V1A>:HCT"-+&%T
M>"R$=O-YJ6E(EPM++HOFLQSL;;["UAZWA#HCMH!V:YO+G4@TW.@X:B*9X#AJ
ME22IA#;`JQ"].0$&%/?F0'T/<]"M;6Y3)_)V9>I=S/67#\EN6X%U0UW*'X`3
M)A??`'B9S#J"0+YGV]WK]M#,*DA79+XD...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...p;l<A5_MwK9e@|E*eO~o66a;l
z;3zD*-q|)37)}nEM|K~N#LgMzJ#)OFL+}b-bl?O?3HNydgzoP;jQnobSr-7%WvSce
zrfOs;U$&+&lnk*#24wp1!8qW0-Of&P6OHO|E!3t13XrYp0!k&e#y0MEMk6q}lo~@g
znT7T*Bg(nKV>ml-vn6d#{U9G50I|+a{Gzu{w9Be4 at uyCp(IJOx3b!uaLipyBlpvR`
z9l5Q+t-jZe&cX`t$5`0kVNl@;!eQvX(R`esjW3dsFlOOd1A9iCCRgscnMyrLzYxNq
z0NK(^zfh2AV!iKhQeuL*?_r!JmL>>qJc$WgyA$Mz at H96tQ-t?>ooOU1t9GSYUa(iI
zXXncq{c?r%Oll+J-y#Qii!I6Z>OW{khul76O at +SZ&JSFEGm5goN{Q})e!SW at Gg%D{
z=QT5ae%Nql)SB`n(A}PLTNt$^(x2q3ra&&KHM)V~WJABI>_@=g-rgcO+YiK2J`u`(
z8ig332sQ&yv?~Tdk*}Y^{J#g<qQa8F+Ez?&...