minOrdering | R Documentation |
minOrdering: a function for getting an ordering of bayesian network variables not in Q using min fill criteria on interaction graphs.
minOrdering(bn, vars = NULL, method = c("min_degree", "min_fill")[1])
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 |
A bayesian network after ordering process.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.