minOrdering {fbnet} | R Documentation |
minOrdering: a function for getting an ordering of bayesian network variables not in Q using min fill criteria on interaction graphs.
Description
minOrdering: a function for getting an ordering of bayesian network variables not in Q using min fill criteria on interaction graphs.
Usage
minOrdering(bn, vars = NULL, method = c("min_degree", "min_fill")[1])
Arguments
bn |
A bayesian network for pedigree object with information of the genotyped members. The ped object must be in Familias format. |
vars |
Subset of tables where the order is calculated |
method |
Elimination method, min_degree or min_fill |
Value
A bayesian network after ordering process.
[Package fbnet version 1.0.3 Index]