Learn R Programming

pspatreg (version 1.1.2)

summary.pspatreg: Summary method for objects of class pspatreg.

Description

This method summarizes both spatial (2-dimension) and spatio-temporal (3-dimension) pspatreg objects. The tables include information of:

  • The spatial (or spatio-temporal) trends. When the model is ANOVA the trend is decomposed in main and interaction effects.

  • The parametric and non-parametric covariates.

  • The \(\rho\) parameter when the model is SAR.

  • The \(\phi\) parameter when the model is spatio-temporal with a first-order autorregressive in the noise.

Usage

# S3 method for pspatreg
summary(object, ...)

Value

An object of class summary.pspatreg

Arguments

object

pspatreg object fitted using pspatfit function.

...

further arguments passed to or from other methods.

Author

Roman Minguezroman.minguez@uclm.es
Roberto Basileroberto.basile@univaq.it
Maria Durbanmdurban@est-econ.uc3m.es
Gonzalo Espana-Herediagehllanza@gmail.com

See Also

  • pspatfit estimate spatial or spatio-temporal semiparametric regression models.

  • print.summary.pspatreg print objects of class summary.pspatreg

Examples

Run this code
 # See examples for \code{\link{pspatfit}} function.

Run the code above in your browser using DataLab