Learn R Programming

HSAR (version 0.3.6)

summary.mcmc_hsar: summary method for class mcmc_hsar or mcmc_hsar_rho_0 or mcmc_hsar_lambda_0

Description

Methods used for presenting the results of estimating Hierarchical SAR models.This is extended to include the two simple cases.

Usage

## S3 method for class 'mcmc_hsar':
summary(object, ...)
## S3 method for class 'mcmc_hsar_rho_0':
summary(object, ...)
## S3 method for class 'mcmc_hsar_lambda_0':
summary(object, ...)

Arguments

object
mcmc_hsar or mcmc_hsar_rho_0, mcmc_hsar_lambda_0 object created from hsar
...
Arguments passed through

See Also

hsar

Examples

Run this code
data(land_prices)
result <- hsar( X, y, W, M, Z, Unum, 50, 100)
summary(result)

Run the code above in your browser using DataLab