Site icon R-bloggers

analyze the area resource file (arf) with r

[This article was first published on asdfree by anthony damico, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
the arf is fun to say out loud.  it’s also a single county-level data table with about 6,000 variables, produced by the united states health services and resources administration (hrsa).  the file contains health information and statistics for over 3,000 us counties.

like many government agencies, hrsa provides only a sas importation script and an ascii file.  this new github repository contains two scripts:

download.R

analysis examples.R


click here to view these two scripts


for more detail about the area resource file (arf), visit:

notes:

the arf may not be a survey data set itself, but it’s particularly useful to merge onto other survey data.


confidential to sas, spss, stata, and sudaan users: time to put down the abacus.  time to transition to r.  😀

To leave a comment for the author, please follow the link and comment on their blog: asdfree by anthony damico.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.