How could I import data from stata16 into R?
Hi, and welcome!
The read.dta() function in the foreign package does just what you need.
read.dta()
foreign
The haven package also has a read_dta function.
haven
read_dta
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.