effects_ProbitSpatial {ProbitSpatial} | R Documentation |
Returns the marginal effects of a ProbitSpatial
model.
effects_ProbitSpatial(object)
object |
an object of class |
The effects
function has different outputs according to the
DGP of the ProbitSpatial
model:
"SAR"
The marginal effects of a spatial autoregressive model are more complicated than usual measurements of impacts for non spatial models. Here we follow LeSage and Pace and propose the following summaries for impact measures:
the average over all the observations of the effects of the change of an explanatory variable of a single observation on the choice probability of that same observation.
the average over all the observations of the effect of a change on a explanatory variable on the choice probability of the neighbouring observations.
the sum of direct and indirect impacts.
"SEM"
marginal effects should be interpreted as if it were a standard probit model.
It returns the marginal effects of the estimated
ProbitSpatial
model.
J. LeSage and R.K. Pace. Introduction to Spatial Econometrics, CRC Press, chapter 10.1.6, 2009.