summary.sart {CDatanet} | R Documentation |
Summary for the estimation of Tobit models with social interactions
Description
Summary and print methods for the class sart
as returned by the function sart.
Usage
## S3 method for class 'sart'
summary(object, Glist, data, ...)
## S3 method for class 'summary.sart'
print(x, ...)
## S3 method for class 'sart'
print(x, ...)
Arguments
object |
an object of class |
Glist |
adjacency matrix or list sub-adjacency matrix. This is not necessary if the covariance method was computed in cdnet. |
data |
dataframe containing the explanatory variables. This is not necessary if the covariance method was computed in cdnet. |
... |
further arguments passed to or from other methods. |
x |
an object of class |
Value
A list of the same objects in object
.
[Package CDatanet version 2.2.0 Index]