Displaying 2 results from an estimated 2 matches for "280844".
2009 Dec 01
3
irregular problem on outlook + imap
...older.with.dots and spaces and numbers"
<-cut about 600 folders->
and at the end:
zp2p OK Lsub completed.
3j1@
znem IDLE
2tw@
+ idling
(jI@
DONE
Atx@
znem OK Idle completed.
lylu APPEND "folder.with.dots and spaces and numbers" (\Seen)
"30-Nov-2009 10:34:00 +0100" {280844}
lylu NO [TRYCREATE] Mailbox doesn't exist: folder.with.dots and spaces
and numbers
xbci IDLE
On the maildir home (maildir:~/mail/), it's present the folder.with.dots
and spaces and numbers and the same into the "subscriptions" file
My env:
debian lenny with last dovecot (1.0....
2004 Jan 29
2
Calculating/understanding variance-covariance matrix of logistic regression (lrm $var)
Hallo!
I want to understand / recalculate what is done to get
the CI of the logistic regression evaluated with lrm.
As far as I came back, my problem is the
variance-covariance matrix fit$var of the fit
(fit<-lrm(...), fit$var). Here what I found and where
I stucked:
-----------------
library(Design)
# data
D<-c(rep("a", 20), rep("b", 20))
V<-0.25*(1:40)
V[1]<-25