Learn R Programming

CDatanet (version 2.1.1)

summary.sar: Summarize SAR Model

Description

Summary and print methods for the class sar as returned by the function sar.

Usage

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

# S3 method for summary.sar print(x, ...)

# S3 method for sar print(x, ...)

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

# S3 method for summary.sars print(x, ...)

# S3 method for sars print(x, ...)

Value

A list of the same objects in object.

Arguments

object

an object of class sar, output of the function sar.

...

further arguments passed to or from other methods.

x

an object of class summary.sar, output of the function summary.sar or class sar, output of the function sar.