estTau {bingat}R Documentation

Estimate Tau

Description

This function estimates tau for a given set of graphs.

Usage

estTau(data, type, gstar)

Arguments

data

A data frame in which the columns (subjects) contain a 0/1 value for row (Node or Edge).

type

The type of graph being used (adjmatrix or adjmatrixlt).

gstar

A single columned data frame to be used as the g-star of the data set.

Value

The tau value for the data based on g star.

Author(s)

Terrence Brooks, Berkley Shands, Skye Buckner-Petty, Patricio S. La Rosa, Elena Deych, William D. Shannon

Examples

	data(braingraphs)
	
	braingstar <- estGStar(braingraphs) 
	braintau <- estTau(braingraphs, "adjMatrix", braingstar)
	braintau

[Package bingat version 1.3 Index]