search for: test29

Displaying 7 results from an estimated 7 matches for "test29".

Did you mean: test2
2008 Nov 26
2
Chi-Square Test Disagreement
...et me a little closer to this goal, I ran my analysis through R and SPSS and compared the resulting values. In all but one case, they were the same. Given the matrix [,1] [,2] [1,] 110 358 [2,] 71 312 [3,] 29 139 [4,] 31 77 [5,] 13 32 This is the output from R: > chisq.test(test29) Pearson's Chi-squared test data: test29 X-squared = 9.593, df = 4, p-value = 0.04787 But, the same data in SPSS generates a p value of .051. It's a small but important difference. I played around and rescaled things, and tried different values for B, but I never could get R to reach ....
2004 Jul 22
1
[PATCH] add LOGIN authentication mechanism
Hello, attached patch (1.0-test29) adds LOGIN authentication mechanism. Tested with KMail and seems working. Please consider applying. Best regards. P.S. I also have NTLM authentication working and plan to submit it RSN. -- Andrey Panin | Linux and UNIX system administrator pazke at donpac.ru | PGP key: wwwkeys.pgp.net -----...
2004 Jul 20
0
1.0-test29
http://dovecot.org/test/ Huh, I almost got stuck with this one. It's boring to do larger rewrites to things that already kind of work. This time it was rewriting how caching headers work. The old way was kind of ugly and it didn't really guarantee the order in which cached headers could be fetched. So there were a few theoretical problems that could have broken things. 0.99.10 didn't
2004 Jul 22
0
[PATCH] POP3 CAPA command RFC violation
...SASL capability as list of AUTH=FOO pairs. Looks like copy-paste from IMAP code. Patch attached. Best regards. -- Andrey Panin | Linux and UNIX system administrator pazke at donpac.ru | PGP key: wwwkeys.pgp.net -------------- next part -------------- diff -urpNX /usr/share/dontdiff dovecot-1.0-test29.vanilla/src/pop3-login/client-authenticate.c dovecot-1.0-test29/src/pop3-login/client-authenticate.c --- dovecot-1.0-test29.vanilla/src/pop3-login/client-authenticate.c 2004-07-14 14:48:01.000000000 +0400 +++ dovecot-1.0-test29/src/pop3-login/client-authenticate.c 2004-07-22 13:46:07.000000000 +040...
2004 Jul 24
2
mbox sync: UID inserted in the middle of mailbox
Hello, I found this in the logs of a Dovecot v1.0-test29 test server (OpenBSD 2.9, as mentioned in a previous email): Jul 24 05:37:47 myhostname dovecot: IMAP(username): mbox sync: UID inserted in the middle of mailbox /home/username/.mailbox (235 > 234) Jul 24 05:37:52 myhostname dovecot: IMAP(username): file mbox-sync-rewrite.c: line 357 (mbox_sync...
2004 Jul 25
2
file index-mail-headers.c: line 408 (index_mail_get_header): assertion failed: (ret != 0)
FreeBSD 4.10-RELEASE, dovecot-1.0-test29 crashes on sort and thread commands: Jul 25 15:12:08 owl dovecot: imap-login: Login: dima [81.19.64.101] Jul 25 15:12:26 owl dovecot: IMAP(dima): file index-mail-headers.c: line 408 (index_mail_get_header): assertion failed: (ret != 0) Jul 25 15:12:26 owl dovecot: child 20384 (imap) killed with...
2009 Mar 09
5
Help
...s through R and SPSS and compared the resulting > values. In all but one case, they were the same. Given the matrix > > [,1] [,2] > [1,] 110 358 > [2,] 71 312 > [3,] 29 139 > [4,] 31 77 > [5,] 13 32 > > This is the output from R: > > chisq.test(test29) > > Pearson's Chi-squared test > > data: test29 > X-squared = 9.593, df = 4, p-value = 0.04787 > > But, the same data in SPSS generates a p value of .051. It's a small but > important difference. I played around and rescaled things, and tried > different...