I am estimateing an ordered logit model within my panel data set. Code is
Code:
xtset ID year xtologit y age x2 x3 x4, vce(cluster z3)
In order to then interpret the results I do
Code:
margins, at(age=(0(10)100))
Many thanks.
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.
xtset ID year xtologit y age x2 x3 x4, vce(cluster z3)
margins, at(age=(0(10)100))
0 Response to Calculating Margins to Interpred Ordered Logit
Post a Comment