summary.spmodel | R Documentation |
Summarize a fitted model object.
## S3 method for class 'splm'
summary(object, ...)
## S3 method for class 'spautor'
summary(object, ...)
## S3 method for class 'spglm'
summary(object, ...)
## S3 method for class 'spgautor'
summary(object, ...)
object |
A fitted model object from |
... |
Other arguments. Not used (needed for generic consistency). |
summary()
creates a summary of a fitted model object
intended to be printed using print()
. This summary contains
useful information like the original function call, residuals,
a coefficients table, a pseudo r-squared, and estimated covariance
parameters.
A list with several fitted model quantities used to create informative summaries when printing.
print.spmodel()
spmod <- splm(z ~ water + tarp,
data = caribou,
spcov_type = "exponential", xcoord = x, ycoord = y
)
summary(spmod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.