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
Comparing observation value of VAR with values of VAR across all observationsI'm analyzing the association between a public policy of interest and various indicators of job qual…
Maximum number of values for a categorical variable.What is the maximum number of values for a categorical variable for a chi-square test? For example, …
Measuring HHI for datasets with lots of observationsHello everyone I am a thesis student from Belgium working on my thesis about labour market concentr…
Adding random intercepts in CMP slows down estimation a lot and makes required RAM exceed 500GBI'm running a 4-equation model (2 x Heckman selection model) with CMP and I want to add random inter…
Replacing missing values with already existing matchHello, I have a data with two variables - company name, and gvkey. Each company name has a unique g…
Subscribe to:
Post Comments (Atom)
0 Response to Problem with outfile
Post a Comment