Dear Statalist
I have a heteroskedasticity problem in my 3SLS model. When I am using CMP from SSC in Stata 13, the following error is reported to me:
"Warning: regressor matrix for m1 equation appears ill-conditioned. (Condition number = 21.37175.)
This might prevent convergence. If it does, and if you have not done so already, you may need to remove nearly collinear regressors to achieve convergence. Or you may need to add a nrtolerance(#) or nonrtolerance option to the command line." same as this errors is reported for M2 and M3
also my model is:
cmp( m1= m2# m3# debtequity roe tangibleasset)( m2= m1# m3# debtequity roe exe)( m3= m1# m2# debtequity roe interesttaxshield currentratio ), ind ($cmp_cont $cmp_cont $cmp_cont ) nolr tech(dfp) qui
I could not run the nrtolerance(#) in CMP. May I ask you how should I use it? could you give me a sample command for nrtolerance(#)?
Moreover, I have heteroskedasticity problem when I ran the 2SLS for above model. Unfortunately, I do not know any other robust model for heteroskedasticity problem in 3SLS and 2sls. May I kindly know if you suggest another robust model for 3SLS and 2SLS?
Best regards
maziar
I have a heteroskedasticity problem in my 3SLS model. When I am using CMP from SSC in Stata 13, the following error is reported to me:
"Warning: regressor matrix for m1 equation appears ill-conditioned. (Condition number = 21.37175.)
This might prevent convergence. If it does, and if you have not done so already, you may need to remove nearly collinear regressors to achieve convergence. Or you may need to add a nrtolerance(#) or nonrtolerance option to the command line." same as this errors is reported for M2 and M3
also my model is:
cmp( m1= m2# m3# debtequity roe tangibleasset)( m2= m1# m3# debtequity roe exe)( m3= m1# m2# debtequity roe interesttaxshield currentratio ), ind ($cmp_cont $cmp_cont $cmp_cont ) nolr tech(dfp) qui
I could not run the nrtolerance(#) in CMP. May I ask you how should I use it? could you give me a sample command for nrtolerance(#)?
Moreover, I have heteroskedasticity problem when I ran the 2SLS for above model. Unfortunately, I do not know any other robust model for heteroskedasticity problem in 3SLS and 2sls. May I kindly know if you suggest another robust model for 3SLS and 2SLS?
Best regards
maziar
Comment