extract method for Sarlm objectsextract method for Sarlm objects created by the
lagsarlm function in the spatialreg
package.
# S4 method for Sarlm
extract(
model,
include.nobs = TRUE,
include.loglik = TRUE,
include.aic = TRUE,
include.lr = TRUE,
include.wald = TRUE,
...
)A statistical model object.
Report the number of observations in the GOF block?
Report the log likelihood in the GOF block?
Report Akaike's Information Criterion (AIC) in the GOF block?
Report likelihood ratio test?
Report the Wald statistic?
Custom parameters, which are handed over to subroutines, in this
case to the summary method for the object.