initBN: initBN: a function to initialize the bayesian network.

View source: R/initBN.R

initBNR Documentation

initBN: a function to initialize the bayesian network.

Description

initBN: a function to initialize the bayesian network.

Usage

initBN(ped = NULL, bplotped = FALSE)

Arguments

ped

A ped object with information of the genotyped members. The ped object must be in Familias format.

bplotped

An alternative ped object to be compared.

Value

A bayesian network.

Examples

pbn  <- initBN(toyped)

fbnet documentation built on July 9, 2023, 6:24 p.m.