twostarL-ergmTerm-57211220 function

Multilayer two-star

Multilayer two-star

This term adds one statistic to the model, equal to the number of cross-layer two-stars or two-paths in the network.

# binary: twostarL(Ls, type, distinct=TRUE)

Arguments

  • Ls: a list (constructed by list() or c() of two Layer Logic specifications (c.f. Layer Logic section in the Layer() documentation) specifying the layers of interest.

  • type: determines what is counted:

    1. "any" Number of configurations (i,j),(i,k)(i,j), (i,k) , where (i,j)(i,j) is in logical layer Ls[[1]]

      and (i,k)(i,k) is in logical layer Ls[[2]] .

    2. "out" Number of configurations (i,j),(i,k)(i,j), (i,k), where (i,j)(i,j) is in logical layer Ls[[1]]

      and (i,k)(i,k) is in logical layer Ls[[2]].

    3. "in" Number of configurations (j,i),(k,i)(j,i), (k,i), where (j,i)(j,i) is in logical layer Ls[[1]]

      and (k,i)(k,i) is in logical layer Ls[[2]].

    4. "path" Number of configurations (j,i),(i,k)(j,i), (i,k), where (j,i)(j,i) is in logical layer Ls[[1]]

      and (i,k)(i,k) is in logical layer Ls[[2]].

    At this time, "any" is only supported for undirected networks, and if the network is undirected, type is ignored and "any" is assumed.

  • distinct: if TRUE, jj and kk above are required to be distinct. That is, the constituent edges may not be coincident or reciprocal.

See Also

ergmTerm for index of model terms currently visible to the package.

ergm:::.formatTermKeywords("ergmTerm", "twostarL", "subsection")

  • Maintainer: Pavel N. Krivitsky
  • License: GPL-3 + file LICENSE
  • Last published: 2024-11-05