R/class-pkg-spatialreg.R

nobs.Spautolm <-
function (object, ...)
    object$fit$N

nobs.Sarlm <-
function (object, ...)
   length(resid(object))

coefTable.Sarlm <-
coefTable.Spautolm <-
function (model, ...) {
    cf <- summary(model)$Coef
    .makeCoefTable(cf[, 1L], cf[, 2L])
}

Try the MuMIn package in your browser

Any scripts or data that you put into this service are public.

MuMIn documentation built on Aug. 7, 2023, 3 p.m.