Description Usage Arguments Value See Also
Computes the edge probabilities from a
parental.contingency
, which is a list, whose first
component is parental.list
, and whose second
component is a contingency table of counts of the
corresponding element of the parental.list
. The
contingency table must simply be a numeric vector. The
first component must be named parental.list
, and
the second contingency
.
1 2 3 |
x |
An object of class |
FUN |
A function to be applied to the samples before
the edge probabilities are computed. The function should
accept a vector of objects of class 'parental.list' and
return the transformed parental objects as a single
'parental.list'. If the function does not return a
'parental.list', an error will be thrown. Can be supplied
as a function, symbol or character string (see
|
verbose |
A logical indicating whether progress should be shown. |
... |
Further arguments (unused) |
A matrix of class 'ep' with entry (i,j) containing the
probability of an edge from node i
to j
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.