test_statistic: Hypothesis test for heterogeneity

Description Usage Arguments

View source: R/test_statistic.R

Description

Hypothesis test for heterogeneity

Usage

1
2
3
test_statistic(object, networks, attr = NULL, degree.spline = 3,
  interior.knot = 3, phicoef0 = NULL, phicoef1 = NULL, phi0 = NULL,
  phi1 = NULL, directed = c(TRUE, FALSE), Delta = NULL)

Arguments

object

A formula object of the form (network object) ~ <model terms>. Model terms take the same form of ERGM terms from R package 'ergm'.

networks

A list of observed networks. It should have a list() object.

attr

A list of vertex attributes. Default is NULL. (i.e. No attributes)

degree.spline

Degree of splines. Default is 3 (cubic splines).

interior.knot

Number of interior knots to create splines. Default is 10.

phicoef0

Estimates of basis coefficients under H0

phicoef1

Estimates of basis coefficients under H1

phi0

Estimates of phi(t) under H0

phi1

Estimates of phi(t) under H1

directed

TRUE for analyzing directed networks. FALSE for analyzing undirected networks.


jihuilee/VCERGM documentation built on Oct. 9, 2019, 5:23 p.m.