I try to find mean values of a few different variables at the same time,
The problem is, STATA gives different mean values when I type commands differently.
For example, I try to find mean values of v8, v10, v12 of deck 2, hh82
If I type "mean v8", it gives 240.9 from 2381 observations
If I type "mean v12", it gives 329.0 from 3869 observations,
However, if I type "mean v8 v12", it gives 240.1, 363.9 from 2380 observations, which are different from previous two mean values.
Why does it happen? How should I handle this?