Dear Statalist,
I am seeking your help.
I have a variable that I call Var1 for the purpose of this post.
The maximum value of Var1 is 56 in the dataset, but when I compute the summary statistics
Stata displays 48. What am I doing wrongly?
Thank you.
Chwen Chwen
--------------------
Code
desc Var1
Variable Storage Display Value
name type format label Variable label
------------------------------------------------------------------------------------------------------------------------
Var1 long %8.0g
summarize Var1
Variable | Obs Mean Std. dev. Min Max
-------------+---------------------------------------------------------
Var1 | 2,375 9.389895 12.50568 1 48
I am seeking your help.
I have a variable that I call Var1 for the purpose of this post.
The maximum value of Var1 is 56 in the dataset, but when I compute the summary statistics
Stata displays 48. What am I doing wrongly?
Thank you.
Chwen Chwen
--------------------
Code
desc Var1
Variable Storage Display Value
name type format label Variable label
------------------------------------------------------------------------------------------------------------------------
Var1 long %8.0g
summarize Var1
Variable | Obs Mean Std. dev. Min Max
-------------+---------------------------------------------------------
Var1 | 2,375 9.389895 12.50568 1 48
Comment