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

View source: R/summary.psar.R

summary.psarR Documentation

Summary method for objects of class psar.

Description

This method summarizes both spatial (2-dimension) and spatio-temporal (3-dimension) psar 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 ρ parameter when the model is SAR.

  • The φ parameter when the model is spatio-temporal with a first-order autorregressive in the noise.

Usage

## S3 method for class 'psar'
summary(object, ...)

Arguments

object

psar object fitted using psar function.

...

further arguments passed to or from other methods.

Value

An object of class summary.psar

Author(s)

Roman Minguez roman.minguez@uclm.es

See Also

  • psar estimate spatial or spatio-temporal semiparametric PS-SAR regression models.

  • print.summary.psar print objects of class summary.psar

Examples

 See examples for \code{\link{psar}} function.


rominsal/sptpsar documentation built on June 1, 2022, 2:03 a.m.