Posts by Saulo • 1 point
1 post
-
0
votes2
answers1281
viewsA: How to import . dat file to R
To open files in the ". dta" format another alternative is to use the Haven package. Then look for the read_dta function. install.packages("haven") library("haven") read_dta()…