Learn R Programming

HSAR (version 0.3.6)

summary.mcmc_sar: summary method for class mcmc_sar

Description

Methods used for presenting the results of estimating SAR models.

Usage

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

Arguments

object
mcmc_sar object from sar
...
Arguments passed through

See Also

sar

Examples

Run this code
data(land_prices)
result <- sar( X, y, W, 50, 100)
summary(result)

Run the code above in your browser using DataLab