Learn R Programming

bingat (version 1.3)

estTau: 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.

Examples

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

Run the code above in your browser using DataLab