I tried running the xsmle code and it returns the following error. I would like to know if the problem is with the weighting matrix or the panel dataset. Panel dataset is strongly balanced. Kindly suggest a way out.
Code:
spmat import myobj using 2011cut.gwt, geoda spmat getmatrix myobj W getmata (x*)=W spmat save myobj using a.dta, replace spmat dta q x*, normalize(row) spmat summarize q spmat summarize q, links spmat summarize q, links detail xsmle a pe t h p w po f a n i.month, fe wmat(q) emat(q) model(sac) *: 3200 conformability error _xsmle_est(): - function returned error <istmt>: - function returned error r(3200);
Comment