estMLE: Estimate the MLE Parameters

Description Usage Arguments Details Value Author(s) Examples

View source: R/estMLE.R

Description

This function estimates the MLE parameters g-star and tau for a given set of graphs.

Usage

1

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).

Details

Essentially this function calls both estGStar and estTau and returns the results.

Value

A list containing g-star and tau named gstar and tau respectively.

Author(s)

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

Examples

1
2
3
4
	data(braingraphs)

	brainmle <- estMLE(braingraphs, "adjMatrix") 
	brainmle

bingat documentation built on May 1, 2019, 9:11 p.m.