z_arctest | R Documentation |
Z test of the number of arcs
z_arctest(G, p = 0.5, interval = FALSE)
G |
A symmetric matrix object. |
p |
Constant probability p. |
interval |
Return a 95 percent confidence interval. |
This function gives a Z test and p-value for the number of lines or arcs present in a directed graph
Alejandro Espinosa-Rada
Wasserman, S. and Faust, K. (1994). Social network analysis: Methods and applications. Cambridge University Press.
data(krackhardt_friends)
z_arctest(krackhardt_friends)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.