Hi!
I am using the outfile command to export a dataset.dta into csv:
outfile using dataset.csv, comma replace
The dataset contains 5,000 observations and 12 variables in Stata. After running the outfile command, I opened the dataset.csv file and contains 10,000 observations and 9 variables. I have no clue why this happens, if useful: Stata database contains zero missings values, and I already imported other four dataset with less variables with no problem.
Thank you in advance!
Related Posts with Problem with outfile
Automating the process of copying and pasting in STATAHi, I am trying to copy and paste the first 20 observation onto a new column but the values start a…
Regression transformation with ln and squared values Hello, I assume a nonlinear relationship between TobinsQ and sumholdingpct. Is it then appropriat…
code for classifying participants based on complex criteria on a 9-item scaleI'm looking for code to classify participants with depression using more complicated diagnostic crit…
Building a Scorecard by Binary Logistic Regression ModelHi, I want to find a way to turn binary logistic regression model's coefficients/odds ratios to a s…
Avoid duplicate removal: Loop to create new id of a duplicate within panel?Dear Statalist Community, I have a problem with repeated time values in my panel (daily time interv…
Subscribe to:
Post Comments (Atom)
0 Response to Problem with outfile
Post a Comment