Postingan

Menampilkan postingan dengan label stata axis label two lines

44 stata axis label

Gambar
Labeling data | Stata Learning Modules - University of California, Los ... Stata allows you to label your data file ( data label ), to label the variables within your data file ( variable labels ), and to label the values for your variables ( value labels ). Let's use a file called autolab that does not have any labels. use , clear label of x-axis - Statalist The x-axis is continuous, so in the same way that you can label "1" and "2", you can also label "1.5" and "13.3". Here is a way to achieve something similar to what is wanted. Code: * Example generated by -dataex-. Decomposing, Probing, and Plotting Interactions in Stata label define progl 1 "jog" 2 "swim" 3 "read" label define genderl 1 "male" 2 "female" label values prog progl label values gender genderl. Download links. ... Stata knows to plot Hours on the x-axis and separate lines by Effort because of the order by which w...