Warning: include(connect.php): failed to open stream: No such file or directory in /home/thesisandcode/public_html/include/header.php on line 13

Warning: include(connect.php): failed to open stream: No such file or directory in /home/thesisandcode/public_html/include/header.php on line 13

Warning: include(): Failed opening 'connect.php' for inclusion (include_path='.:/opt/cpanel/ea-php74/root/usr/share/pear') in /home/thesisandcode/public_html/include/header.php on line 13

Warning: include(class/ratings.php): failed to open stream: No such file or directory in /home/thesisandcode/public_html/include/header.php on line 14

Warning: include(class/ratings.php): failed to open stream: No such file or directory in /home/thesisandcode/public_html/include/header.php on line 14

Warning: include(): Failed opening 'class/ratings.php' for inclusion (include_path='.:/opt/cpanel/ea-php74/root/usr/share/pear') in /home/thesisandcode/public_html/include/header.php on line 14
thesisandcode logo

Thesis Coding Experts

Instant answers to all your coding queries by thesis coding experts
Home Question And Answer

Question Answer

Posted Time & Date | 11:50 AM - 14 March 2016

Ques :  How do I convert an SAS file into a Stata file?

Answer :  If you are a SAS user and you need to use Stata for some analysis you can use proc export to convert your data to Stata format. In the process of conversion, SAS will automatically convert the variable labels and value labels as well.
proc export data=mydata outfile= "C:\data\newdata3.dta";
run;
Was this answer helpful?
Share icon 0 icon 0