Hi everyone,
I am running an ivregress 2sls and then margins but I get an error.
This is my code:
ivregress 2sls lnmarketcap $controls decentralized#c.ceoyearsofexperienceasaceoorcoo c.ceoyearsofexperienceasaceoorcoo (decentralized = own_blockchain consensun_method_simple), vce(robust)
Then I run:
qui margins, at(decentralized =(0 1) c.ceoyearsofexperienceasaceoorcoo=(1 2.5 7.55)) atmeans
But I get the error:
"decentralized ambiguous abbreviation"
Basically I have "decentralized" (dichotomous) as endogenous and I am trying to address that, but then I want to run the margins of the interaction and see how they interact in the second stage regression.
Any suggestion?
Thank you in advance,
Cristiano
I am running an ivregress 2sls and then margins but I get an error.
This is my code:
ivregress 2sls lnmarketcap $controls decentralized#c.ceoyearsofexperienceasaceoorcoo c.ceoyearsofexperienceasaceoorcoo (decentralized = own_blockchain consensun_method_simple), vce(robust)
Then I run:
qui margins, at(decentralized =(0 1) c.ceoyearsofexperienceasaceoorcoo=(1 2.5 7.55)) atmeans
But I get the error:
"decentralized ambiguous abbreviation"
Basically I have "decentralized" (dichotomous) as endogenous and I am trying to address that, but then I want to run the margins of the interaction and see how they interact in the second stage regression.
Any suggestion?
Thank you in advance,
Cristiano

Comment