Hello Stata users
I'm trying to export a Stata DTA file to sas7bdat file?
I have tried the export sasxport8 filename, replace command from the help menu. It stores my data in SAS format but not in the intended format "sas7bdat".
Is there a way Stata can do this? I don't have access or a license to Stat/transfer on my pc. So that's not an opportunity.
Kind regards Frank
Stata code:
cd "C:\Users\Frank\excel"
import excel using myexcel, firstrow clear
export sasexport8 myssas, replace
Related Posts with Export DTA file to sas7bdat file?
Is there any way of using psacalc within a loop?I am running a fixed effects model using the -areg- command. Using Emily Oster's -psacalc-, I am loo…
How to rename all the variables?Hi, I want to rename all the variables by adding _year to all of them at the end (eg. religion_2005…
maximum command in stata> Dear Sir or Madam, > > I tried to use ml maximize command in Stata. > But I receive…
combined visual presentation of logistic regression resultsI am conducting logistic regressions with a dichotomous outcome (iatrogenic) and a single, continuou…
How to Perform a Poolability Test in StataDear Users, I wish to perform a Chow's Poolability test using Stata as part of my preliminary analy…
Subscribe to:
Post Comments (Atom)
0 Response to Export DTA file to sas7bdat file?
Post a Comment