ep.table: Computes the edge probabilities implied by a table.

Description Usage Arguments Value See Also

View source: R/post.R

Description

Computes the edge probabilities implied by a table.

Usage

1
2
  ## S3 method for class 'table'
 ep(x, verbose = F, ...)

Arguments

x

An object of class 'table'. The table should have names that can be converted into objects of class parental using as.parental.character. ie they should be serializations of parental objects.

verbose

A logical indicating whether progress should be shown.

...

Further arguments passed to ep.parental.contingency

Value

A matrix of class 'ep' with entry (i,j) containing the probability of an edge from node i –> j

See Also

ep


rjbgoudie/structmcmc documentation built on Nov. 3, 2020, 3:41 a.m.