Skip to content
Prev 201132 / 398506 Next

how to read BRFSS file

On Nov 21, 2009, at 8:41 PM, David Winsemius wrote:

            
Actually, that would be foreign:::read.xport, not read.sas.

After downloading andunzipping the sas xport file, the following  
worked fairly painlessly. There would also be the option of using  
Hmisc:::sasxport.get

library(foreign)
  brfss <- read.xport("/Users/davidwinsemius/Downloads/CDBRFS08.XPT")