summary.sarlm(object, ...)
print.sarlm(x, ...)
print.summary.sarlm(x, digits = max(5, .Options$digits - 3),
signif.stars = FALSE, ...)
sarlm
object from lagsarlm
or errorsarlm
sarlm
object from lagsarlm
or errorsarlm
in
print.sarlm
, summary object from summary.sarlm
for
print.summary.sarlm
summary.sarlm
returns the sarlm
object augmented with a coefficient matrix with probability values
for coefficient asymptotic standard errors for type="error" and for
type="lag" or "mixed" when object$ase=TRUE, or a coefficient matrix
with probability values for likelihood ratio tests between the model as
reported and models with independent variables dropped in turn.errorsarlm
, lagsarlm
,
summary.lm
data(oldcol)
COL.mix.eig <- lagsarlm(CRIME ~ INC + HOVAL, data=COL.OLD,
nb2listw(COL.nb), type="mixed", method="eigen", quiet=FALSE)
summary(COL.mix.eig)
Run the code above in your browser using DataLab