Dear Statalists,
I am working on spatial panel data analysis using a Stata command, xsmle, in Stata 18.3 /SE. However, I keep getting an error message that stops the running process. It is an error, xsmle on m=1. Is this an imputation error itself or a problem with the W matrix? Any feasible suggestion would be much appreciated. I snipped that error message from the Stata output, as shown below. Thank you again for the help.
Sincerely,
Dong Lee
clear
use "C:\Users\OneDrive\Desktop\xsmle\panel.dta"
mi xtset nation
xtreg phys_vio reg_tlsl_new oppression repression new_demons new_guerrilla social_power_lag_new inequality_lag_new revolutionary_lag revolutionary_situations cold_war civwa, fe

matrix b = get(_b)
mi estimate, dots post: xsmle phys_vio reg_tlsl_new oppression repression new_demons new_guerrilla social_power_lag_new inequality_lag_new revolutionary_lag revolutionary_situations cold_war civwar, wmat(W) model(sdm) fe type(ind) nolog from(b, skip)
I am working on spatial panel data analysis using a Stata command, xsmle, in Stata 18.3 /SE. However, I keep getting an error message that stops the running process. It is an error, xsmle on m=1. Is this an imputation error itself or a problem with the W matrix? Any feasible suggestion would be much appreciated. I snipped that error message from the Stata output, as shown below. Thank you again for the help.
Sincerely,
Dong Lee
clear
use "C:\Users\OneDrive\Desktop\xsmle\panel.dta"
mi xtset nation
xtreg phys_vio reg_tlsl_new oppression repression new_demons new_guerrilla social_power_lag_new inequality_lag_new revolutionary_lag revolutionary_situations cold_war civwa, fe
matrix b = get(_b)
mi estimate, dots post: xsmle phys_vio reg_tlsl_new oppression repression new_demons new_guerrilla social_power_lag_new inequality_lag_new revolutionary_lag revolutionary_situations cold_war civwar, wmat(W) model(sdm) fe type(ind) nolog from(b, skip)
