What is the stata histogram command for when we want to make a histogram of a dataset, but want to use values greater than 0 but less than 80?
I know it is "histogram (dataset)", but how do I make sure the values being used are between 0 and 80?
I thought I got somewhere, but ended up getting an error of "varlist required." Sorry for this simple question I am completely new!
Related Posts with Histogram command but want to use values greater than 0 but less than 80 from a dataset?
Inquire about "quietly histogram" Code: set rng kiss32 quietly set obs 30 set seed 10101 gen x=runiform() sum x quietly histogram x,…
Analyze a wrong code for drop all missing valuesif I want to drop any observation which contains at least one missing value for a variable. The code…
Creating an inflation index seriesHello, From the data below, you can see that i have the inflation for a few years. However, this ca…
Firth's method for Cox RegressionHi all, Can anyone guide me how to carry out a Firth Penalized Cox Regression with STATA? One of m…
Lorenz CurveDear all, I tried estimating Lorenz curve with the command Lorenz HHEXP follow by Lorenz graph fo…
Subscribe to:
Post Comments (Atom)
0 Response to Histogram command but want to use values greater than 0 but less than 80 from a dataset?
Post a Comment