Dear user, I used this code:
sysuse auto.dta
mean price, over ( foreign )
My results are:
--------------------------------------------------------------
-
Over | Mean Std. Err. [95% Conf. Interval]
-------------+------------------------------------------------
price |
Domestic | 6072.423 429.4911 5216.449 6928.398
Foreign | 6384.682 558.9942 5270.608 7498.756
-------------------------------------------------------------
Now i want to save these mean, standard deviation and confidence interval in Stata data format (.dta). How to do it? if there is code please share.
sysuse auto.dta
mean price, over ( foreign )
My results are:
--------------------------------------------------------------
-
Over | Mean Std. Err. [95% Conf. Interval]
-------------+------------------------------------------------
price |
Domestic | 6072.423 429.4911 5216.449 6928.398
Foreign | 6384.682 558.9942 5270.608 7498.756
-------------------------------------------------------------
Now i want to save these mean, standard deviation and confidence interval in Stata data format (.dta). How to do it? if there is code please share.
Comment