Extract the summary of a network autocorrelation model analysis

stat_nam_summary(
  x,
  correlation = TRUE,
  R2 = TRUE,
  digits = 3,
  signif.stars = TRUE
)

Arguments

x

the output object from stat_nam

correlation

logical; if TRUE (the default), the correlation matrix of the estimated parameters including sigma is returned and printed

R2

logical; if TRUE (the default), the Nagelkerke pseudo R-squared is reported

digits

the number of significant digits to use when printing

signif.stars

;ogical; if TRUE (the default), "significance stars" are printed for each coefficient

Value

prints the summary to the console and invisibly returns the summary object

Details

This function wraps functions from the spatialreg package to summarize the results from an analysis with the stat_nam function.