Postgraduate course in
Linear and logistic regression
All DataFiles
SAS
Since version 9.2 SAS can import Stata data sets (*.dta) by the procedure IMPORT and export to Stata by the procedure EXPORT.
R
Download the the Stata data set and used "foreign" package, eq
library(foreign)
lung<-read.dta("C:/Postreg/Day1/lung.dta")