summary.pnt: Summary method for S3 class "pnt" objects.

Description Usage Arguments Details Value Author(s) References

View source: R/summary.pnt.R

Description

Generic function that is used in order to summarize information from "pnt" class objects.

Usage

1
2
## S3 method for class 'pnt'
summary(object, ...)

Arguments

object

: An object obtained by the psychNET function.

...

: Not used in this version of the package.

Details

This a generic function that summarize the information of the networks obtained after a time series model has been fitted to data. Since the main function psychNET is a wrapper of several models the summary methods of each method can also be used (if available) by typing summary(object$fit) where object is an object obtained by the psychNET function.

Value

The function summary.pnt returns a list with the following components:

contemporaneous

: When estimates of the covariance matrix (contemporaneous network) are available then contemporaneous is a list with two components named local and global that describe the contemporaneous network locally and globally. For global description of the network, transitivity, reciprocity, distance, density, and diameter are returned in a one column matrix. At the local (nodes) level the function calculates node transitivity, the degree centrality, step-1 and -2 node expected influence, betweeness centrality and closeness centrality.

temporal

A list with two components named local and global that describe the temporal network locally and globally. At the global graph level the same descriptives as in the contemporaneous network are returned for each lag of the VAR model. At the local level, node transitivity, in and out degree centrality, step -1 and -2 expected influence centralities, betweeness, out and in closeness centralities are returned to the user.

Author(s)

Spyros E. Balafas (author, creator), Sanne Booij, Marco A. Grzegorczyk, Hanneke Wardenaar-Wigman, Ernst C. Wit

Maintainer: Spyros E. Balafas (s.balafas@rug.nl)

References

Lutkepohl, H. (2006). New Introduction to Multiple Time Series Analysis. Springer, New York.

Basu, S., Michailidis, G. (2015). Regularized estimation in sparse high-dimensional time series models. Ann. Statist. 43, no. 4, 1535-1567.

Abegaz, F., Wit, E. (2013). Sparse time series chain graphical models for reconstructing genetic networks. Biostatistics. 14, 3: 586-599.

Haslbeck, J., Waldorp, L. J. (2016). mgm: Structure Estimation for time-varying Mixed Graphical Models in high-dimensional Data.

Nicholson, W. B., Bien, J., Matteson, D. S. (2017). High Dimensional Forecasting via Interpretable Vector Autoregression..

Wilms, I., Basu, S., Bien, J., Matteson D. S. (2017). Sparse Identification and Estimation of High-Dimensional Vector AutoRegressive Moving Averages.

Epskamp, S., Waldorp, L. J., Mottus, R., Borsboom, D. (2016). The Gaussian Graphical Model in Cross-sectional and Time-series Data.


psychNET documentation built on April 14, 2020, 6:39 p.m.