Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

extract-sarlm-method

extract method for sarlm objects


Description

extract method for sarlm objects created by the lagsarlm function in the spatialreg package.

Usage

## S4 method for signature 'sarlm'
extract(
  model,
  include.nobs = TRUE,
  include.loglik = TRUE,
  include.aic = TRUE,
  include.lr = TRUE,
  include.wald = TRUE,
  ...
)

Arguments

model

A statistical model object.

include.nobs

Report the number of observations in the GOF block?

include.loglik

Report the log likelihood in the GOF block?

include.aic

Report Akaike's Information Criterion (AIC) in the GOF block?

include.lr

Report likelihood ratio test?

include.wald

Report the Wald statistic?

...

Custom parameters, which are handed over to subroutines, in this case to the summary method for the object.


texreg

Conversion of R Regression Output to LaTeX or HTML Tables

v1.37.5
GPL-3
Authors
Philip Leifeld [aut, cre], Claudia Zucca [ctb]
Initial release
2020-06-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.