Hi. I want to use marginsplot after FRM regression. I don't want to see all variables, but only one "meritocracy" which is additive index. Meritocracy variable take values from 0 to 5. Also, I want to see other dummies variables. If I calculate margins with "margins, dydx(*)", I have this problem:
-marginsplot, xdimension(meritocracy incent_red per_laureati exporter)
meritocracy not a dimension in margins results
r(322);
More, if I calculate margins only for "meritocracy", then I have this problem:
-margins meritocracy, dydx(*)
factor 'meritocracy' not found in list of covariates
r(322);
How can I resolve?
Thank you.
Related Posts with I need help with marginsplot
Import data from google spreadsheet by StataHi , I'm now trying to import data from google spreadsheets. How can I proceed? …
Creating blocks for idsHi all, I have a question on creating blocks for individual ids in STATA. Here is my sample data. T…
Collapse+comment out STATA15Hi everyone, my system just updated to STATA15 and I do have some troubles regarding comment out so…
Two-level model with vce(cluster) versus three-level modelHi, I'm planning to run some clustered longitudinal analyses and am looking at my modelling options.…
pinv vs luinv vs qrinvMata has these different functions for inverting square matrices. The matrices I am inverting are ab…
Subscribe to:
Post Comments (Atom)
0 Response to I need help with marginsplot
Post a Comment