summary.cespeer {QuantilePeer}R Documentation

Summary for the Estimation of CES-based Peer Effects Models

Description

Summary and print methods for the class cespeer.

Usage

## S3 method for class 'cespeer'
summary(object, fullparameters = TRUE, ...)

## S3 method for class 'summary.cespeer'
print(x, ...)

## S3 method for class 'cespeer'
print(x, ...)

Arguments

object

An object of class cespeer.

fullparameters

A logical value indicating whether all parameters should be summarized (may be useful for the structural model).

...

Further arguments passed to or from other methods.

x

An object of class summary.cespeer or cespeer.

Value

A list containing:

model.info

A list with information about the model, such as the number of subnets, number of observations, and other key details.

coefficients

A summary of the estimates, standard errors, and p-values.

gmm

A list of GMM estimation results, including parameter estimates, the covariance matrix, and related statistics.


[Package QuantilePeer version 0.0.1 Index]