Learn R Programming

fbnet (version 1.0.4)

minOrdering: 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])

Value

A bayesian network after ordering process.

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