Learn R Programming

tsna: Tools for Temporal Social Network Analysis

FIXME: These need to be set up correctly.

Temporal SNA tools for continuous- and discrete-time longitudinal networks having vertex, edge, and attribute dynamics stored in the 'networkDynamic' format. This work was supported by grant R01HD68395 from the National Institute of Health.

Public and Private repositories

To facilitate open development of the package while giving the core developers an opportunity to publish on their developments before opening them up for general use, this project comprises two repositories:

  • A public repository statnet/tsna
  • A private repository statnet/tsna-private

The intention is that all developments in statnet/tsna-private will eventually make their way into statnet/tsna and onto CRAN.

Developers and Contributing Users to the Statnet Project should read https://statnet.github.io/private/ for information about the relationship between the public and the private repository and the workflows involved.

Copy Link

Version

Install

install.packages('tsna')

Monthly Downloads

2,000

Version

0.3.5

License

GPL-3

Maintainer

Skye BenderdeMoll

Last Published

November 1st, 2021

Functions in tsna (0.3.5)

temporal density

Functions to compute temporal density-related measures on dynamic networks
pShiftCount

Compute Counts of Gibson's Participation Shifts
tReach

computes sizes of temporally reachable sets in a dynamicNetwork
formation_and_dissolution

Counts or fractions of edge transitions in a networkDynamic object
duration

Compute Observed Activity Durations or Event Counts for Edges or Vertices
as.network.tPath

Create a network object from a tPath object -- the results of a path search
reachable

Find the set of vertices reachable from a given set using only paths moving forward in time
paths

Temporally Reachable Paths in a networkDynamic Object
moodyContactSim

Jim Moody's example dynamic contact simulation network
plotPaths

Network Plots a Highlighting Temporal Path(s) .
tDegree

Report momentary degree of a networkDynamic object at multiple timepoints
tsna

Tools for Temporal Social Network Analysis
timeProjectedNetwork

Construct a time-projected ("multi-slice") network by binning a networkDynamic object
tErgmStats

Calculate network summary statistics at multiple time points
tiedDuration

Compute the duration of time (or count of events) that each vertex is tied/connected to others by an edge
tSnaStats

Apply the sna package's static graph- and vertex-level network descriptive statistics at multiple time points