Description Usage Arguments Value Author(s) Examples
Computes the fit (score of a network) of the data given a network matrix
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
D |
data matrix; use modified = FALSE |
adj |
adjacency matrix of the network phi |
method |
either llr if D consists of log odds or disc, if D is binary |
logtype |
log base of the log odds |
weights |
a numeric vector of weights for the columns of D |
trans.close |
if TRUE uses the transitive closure of adj |
subtopo |
optional matrix with the subtopology theta as adjacency matrix |
prior |
a prior network matrix for adj |
ratio |
if FALSE uses alternative distance for the model score |
fpfn |
numeric vector of length two with false positive and false negative rates |
Rho |
optional perturbation matrix |
dotopo |
if TRUE computes and returns the subtopology theta (optional) |
P |
previous score matrix (only used internally) |
oldadj |
previous adjacency matrix (only used internally) |
modified |
if TRUE, assumes a prepocessed data matrix |
transitively closed matrix or graphNEL
Martin Pirkl
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.