Extract the summary of a network autocorrelation model analysis
stat_nam_summary(
x,
correlation = TRUE,
R2 = TRUE,
digits = 3,
signif.stars = TRUE
)
the output object from stat_nam
logical; if TRUE
(the default), the correlation
matrix of the estimated parameters including sigma is returned and printed
logical; if TRUE
(the default), the Nagelkerke
pseudo R-squared is reported
the number of significant digits to use when printing
;ogical; if TRUE
(the default), "significance stars"
are printed for each coefficient
prints the summary to the console and invisibly returns the summary object
This function wraps functions from the spatialreg package to summarize
the results from an analysis with the stat_nam
function.