Dear Statalisters,
I intend to carry out instrumental variable quantile regression using -ivqregress- command, as I suspect endogenous covariates. However, I am getting the message that "command ivqregress is unrecognized". I am using Stata 17. As far as I know, it is not a user written command, available as ssc install. Any suggestions to get around this would be much helpful.
Thanks
pankaj
I intend to carry out instrumental variable quantile regression using -ivqregress- command, as I suspect endogenous covariates. However, I am getting the message that "command ivqregress is unrecognized". I am using Stata 17. As far as I know, it is not a user written command, available as ssc install. Any suggestions to get around this would be much helpful.
Code:
ivqregress iqr ln_StrsScore (NIM_L1= NIM_L2) i.Pub_Dummy_L1 Size_L1 PCR_L1 CorpLoan_L1 GDPGr GsecYld CMR EPUInd CPIn > fl ExcUSD, quantile(0.25) command ivqregress is unrecognized
pankaj
Comment