z_arctest: Z test of the number of arcs

View source: R/basic_stats.R

z_arctestR Documentation

Z test of the number of arcs

Description

Z test of the number of arcs

Usage

z_arctest(G, p = 0.5, interval = FALSE)

Arguments

G

A symmetric matrix object.

p

Constant probability p.

interval

Return a 95 percent confidence interval.

Value

This function gives a Z test and p-value for the number of lines or arcs present in a directed graph

Author(s)

Alejandro Espinosa-Rada

References

Wasserman, S. and Faust, K. (1994). Social network analysis: Methods and applications. Cambridge University Press.

Examples


data(krackhardt_friends)
z_arctest(krackhardt_friends)

anespinosa/netmem documentation built on April 5, 2025, 5:02 p.m.