Prints the summary of a fitted spatial linear model

# S3 method for summary.slmfit
print(x, digits = max(3L, getOption("digits") -
  3L), signif.stars = getOption("show.signif.stars"), ...)

Arguments

x

is an object generated from slmfit

digits

is the number of digits to be displayed in the model output

signif.stars

is an option to show which predictors are significant.

...

are options passed on to printCoefmat summary.slmfit.

Value

a list with

  • model formula

  • summary statistics for the residuals.

  • a table of fixed effects estimates and associated standard errors.

  • estimated spatial covariance parameter estimates.