Displaying 1 result from an estimated 1 matches for "match02".
2004 Jul 02
1
replace values but different replacement length
...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 length