Hi,
I want to extract variables range as 2 values, i.e. if variables range is 1-5 I want that the table will contain the text "1-5".
MWE:
The attached screenshot shows that the range of the variable "mpg" is 29, even though its values range between 12-41.
I want to extract variables range as 2 values, i.e. if variables range is 1-5 I want that the table will contain the text "1-5".
MWE:
Code:
clear sysuse auto tabstat mpg, statistics(range) su mpg
Comment