Learn R Programming

CDatanet (version 0.0.1)

summary.SARML: Summarize SAR Model

Description

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

Usage

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

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

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

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

Arguments

object

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

...

further arguments passed to or from other methods.

x

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

Value

A list consisting of:

M

number of sub-networks.

n

number of individuals in each network.

estimate

Maximum Likelihood (ML) estimator.

likelihood

likelihood value.

cov

covariance matrix of the estimate.

optimization

output as returned by the optimizer.

codedata

list of formula, name of the object Glist, number of friends in the network and name of the object data.