R/print.summary.slmfit.R
print.summary.slmfit.Rd
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"), ...)
x | is an object generated from |
---|---|
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 |
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.