Displaying 2 results from an estimated 2 matches for "140660".
Did you mean:
110660
2004 Jul 02
1
replace values but different replacement length
...it's possible replace i.e.
the NA values from BL02DATE with non-Missing
values from BLOCKED and vice versa.
Both variables are with an id in a 188.249 rows data.frame and
my fr function didn't count the NA's.
Many thanks
Christian
>>fr(BL02DATE)
Count Prcnt
1 140660 84.6
2 25589 15.4
Total 166249 100.0
>>fr(BLOCKED)
Count Prcnt
1 151982 85.4
2 25976 14.6
Total 177958 100.0
>>match02$BL02DATE[is.na(match02$BL02DATE)] <- match02$BLOCKED
Warning message: number of items to replace is not a multiple of
replacement len...
2006 Dec 19
2
umask 007 ineffective with newly created Maildir message
This is for Dovecot 1.0.rc15 from Debian Backports on 3.1 Stable, x86;
Filesystems are local reiserfs; IMAPs client is KMail 1.9.5
Non-default settings in dovecot.conf:
protocols = imaps
ssl_cert_file = /etc/dovecot/mail.cert.pem
ssl_key_file = /etc/dovecot/mail.key.pem
mail_location = maildir:/var/mail/ambrosia.plus.com/%n
mail_extra_groups = mail
first_valid_uid = 1000