Skip to content
Prev 310710 / 398502 Next

Getting information encoded in a SAS, SPSS or Stata command file into R.

On Nov 13, 2012, at 7:20 AM, Anthony Damico wrote:

            
I'd like to take this opportunity to thank Anthony for his work on this dataset as well as on several others. The ones I am most interested in are the NHANES-III and Continuous NHANES datasets and he has the 2009-2010 set from the Continuous NHANES series represented in his examples. Scraping the list of datasets from his website:

available data

	? area resource file (arf) (1)
	? consumer expenditure survey (ce) (1)
	? current population survey (cps) (1)
	? general social survey (gss) (1)
	? national health and nutrition examination survey (nhanes) (1)
	? national health interview survey (nhis) (1)
	? national study of drug use and health (nsduh) (1)

And thanks to you for this question, andrewH; 

... it prompted a response from Jan to a package by Jan van der Laan which had subsequent links (via a reverseDepends citation) to a SEERabomb package by Tomas Radivoyevitch that provides examples of handling the SEER datasets, at least the Hematologic tumors dataset. My experience with SEER data in the past has been entirely mediated through SEER*Stat which is (somewhat) user-friendly Windows package for working with the SEER fixed field formats, but it should be exciting to see another accessible avenue through R.

Thanks, Anthony, Jan, and andrewH, and further thanks to Thomas Lumley on whose work I believe Anthony's package Depends because of the need for proper handling of the sampling weights.