search for: g1f

Displaying 5 results from an estimated 5 matches for "g1f".

Did you mean: 11f
2010 Aug 17
3
Weird differing results when using the Wilcoxon-test
...tats}, which is the default and an approximation, especially, when ties are involved 2) wilcox_test{coin}, which does calculate the distribution _exactly_ even, with ties. I have the following scenario: #---BeginCode--- # big example size = 60 big1 = rnorm(size, 0, 1) big2 = rnorm(size, 0.5, 1 g1f = rep(1, size) g2f = rep(2, size) big = c(big1, big2) data_frame = data.frame(big, gr=as.factor(c(g1f, g2f))) wilcox_approx = wilcox.test(big1, big2) wilcox_exact = wilcox_test(big ~ gr, data=data_frame, distribution="exact") #---EndCode--- I found here http://www-stat.stanford.edu/~sus...
2002 Oct 29
1
samba compiling error
...t;D-O;7!I;&EN9R!S;6)D+W!O<VEX7V%C;',N8PT*0V]M<&EL:6YG(&QI M8B]S>7-A8VQS+F,-"D-O;7!I;&EN9R!S;6)D+W!R;V-E<W,N8PT*0V]M<&EL M:6YG('-M8F0O<V5R=FEC92YC#0I#;VUP:6QI;F<@<VUB9"]E<G)O<BYC#0I# M;VUP:6QI;F<@<')I;G1I;F<O<')I;G1F<W N8PT*0V]M<&EL:6YG(&QI8B]U M=&EL7W-E86-C97-S+F,-"D-O;7!I;&EN9R!L:6)S;6(O8VQI7W!I<&5?=71I M;"YC#0I#;VUP:6QI;F<@;7-D9G,O;7-D9G,N8PT*0V]M<&EL:6YG('!A<F%M M+VQO861P87)M+F,-"D-O;7!I;&EN9R!P87)A;2]P87)A;7,N8PT*0V]M<&EL M:6YG(&QI...
2005 Jan 07
0
Missing functionality in Blowfish for crypt(3)
...@("!L;V=R(#T@*&EN M="EL;V=I;E]G971C87!N=6TH;&,L(")L;E]R;W5N9',B+"!L;V=R+"!L;V=R M*3L**R`)"2`@("!R;W5N9',@/2`Q(#P\(&QO9W(["BL@"0D@("`@:68H<F]U M;F1S(#P@0D-265!47TU)3E)/54Y$4RD**R`)"2`@("!["BL@"0D)<')I;G1F M*")L;E]R;W5N9',@:6X@;&]G:6XN8V]N9B!I<R!T;V\@<VUA;&Q<;B(I.PHK M(`D)"7)E='5R;B!E<G)O<CL**R`)"2`@("!]"BL@("`@("`@("`@("`@("`@ M('T**R`)"65L<V4**R`)"7L**R`)"2`@("!P<FEN=&8H(F-O=6QD(&Y...
2003 Jun 26
1
HELP
...,BD*8V]N9FEG=7)E.B!F86EL960@<')O9W)A M;2!W87,Z"B-L:6YE(#<T,#<@(F-O;F9I9W5R92(*(VEN8VQU9&4@(F-O;F9D M969S+F at B"@H)(" C:6YC;'5D92 \<WES+W1Y<&5S+F@^"@D@("-I;F-L=61E M(#QS=&1I;RYH/@H)"FEN="!M86EN*"D@>PH*"2 @<')I;G1F*"(E;&0B+" H M;V9F7W0I,"D["@D*.R!R971U<FX@,#L@?0IC;VYF:6=U<F4Z-S0Q.3H at 9V-C M("UC("UG("U/,B M5V%L;" M5R M5VUI<W-I;F<M<')O=&]T>7!E<R M5VUI M<W-I;F<M9&5C;&%R871I;VYS("U7<&]I;G1E<BUA<FET:" M5...
2005 Dec 21
9
question about changejournal
Hi, I''ve got a newbie question--sorry if this is covered elsewhere, I parsed through the archives for awhile and didn''t see it. I''d like to listen for whenever a file is renamed (e.g. foo.txt -> foo.old) and then magically change it back. This sounds odd, but I''m working with a stubborn application and this will actually make things work nice. So, if I do: