[R] Could you share your R program to import US CDC mortality data?

2011-03-19 Thread Renny Li
Hello - I downloaded yearly mortality (all cause) data from CDC website. But have trouble to import them into R, have you worked with CDC mortality data before? I would appreciate it if you could share your R code on importing the data into R. Thanks, Renny [[alternative HTML

[R] == operand

2008-12-09 Thread Renny Li
Hi,   I am trying to compare two values using "==" operand, please take a look of the following example (I copied ALL what I did here without deleting any line)   >    bb<-1 > cc<-50 > cc==abs(bb+52) [1] FALSE > C<-53 > C<-53 > c<-53 > cc==abs(bb+52) [1] FALSE      I am expecting to see a