For example, when using margins, without the dydx(), the output uses the value labels for sex:
Code:
clear use http://www.stata-press.com/data/r14/margex regress y i.sex i.group margins sex
Code:
margins, dydx(sex) at (group = (1 2 3))
Specialized on Data processing, Data management Implementation plan, Data Collection tools - electronic and paper base, Data cleaning specifications, Data extraction, Data transformation, Data load, Analytical Datasets, and Data analysis. BJ Data Tech Solutions teaches on design and developing Electronic Data Collection Tools using CSPro, and STATA commands for data manipulation. Setting up Data Management systems using modern data technologies such as Relational Databases, C#, PHP and Android.
clear use http://www.stata-press.com/data/r14/margex regress y i.sex i.group margins sex
margins, dydx(sex) at (group = (1 2 3))
0 Response to Use variable value labels instead of “1.at_1”, “1.at_2” from margins, dydx()
Post a Comment