Skip to content
Prev 28613 / 29559 Next

sarorderedprobit panel data

On Mon, 19 Apr 2021, Ryan, Alex wrote:

            
OK, so this fits a pooled model, so like MASS::polr() for the aspatial 
case, I think.
The idea was to take a data set used in the plm or splm packages, which 
only handle Gaussian responses by design, fit that example in splm as 
pooled, then convert the response to ordinal and fit in spatialprobit. If 
the outcomes are similar, you then have a framework to try to accommodate 
time fixed effects (try first FE in splm with Gaussian response, then 
manual FE with a year factor (year dummies) - which should be similar (do 
read the plm JSS article then the splm JSS article which builds on the 
former).

I might also look at other packages, like bayesm. I think that you need to 
have a strong micro model supporting the direct inclusion of the spatially 
lagged ordinal response; if you do not, a mixed effects ordinal probit 
regression with an MRF random effect for space and a temporal RE (not 
econometric, see the plm JSS article for the translation to statistics, 
but this worries referees, I'm afraid) may be the best way of extracting 
the structure in the data.

Roger