erdos_gof_test: gof test for homogeneity

Description Usage Arguments Value Examples

View source: R/homogeneous_GoF.R

Description

takes a graph and returns p-value for homogeneity

Usage

1
erdos_gof_test(g, n_samples = 200)

Arguments

g

graph

n_samples

number of samples to take from graph

Value

p-value

Examples

1
2
g = igraph::erdos.renyi.game(100,0.1)
erdos_gof_test(g)

jonotuke/graphr documentation built on May 19, 2019, 8:37 p.m.