enumerateBVSSpace: Enumerate the space of BVSs.

Description Usage Arguments Value

View source: R/space-bvs.R

Description

Enumerate (ie make a list of, not just count) the entire space of Bayesian Variable Selection models, on a given number of nodes, for a particular response. Optionally, restrcit the maximum number of parents

Usage

1
2
  enumerateBVSSpace(numberOfNodes, response,
  maxNumberParents = numberOfNodes - 1)

Arguments

numberOfNodes

An integer of length 1. The number of noes

response

An integer of length 1. Which node is the response

maxNumberParents

The maximum number of parents of node response.

Value

An object of class "bvs.list", a list of objects of class "bvs"


rjbgoudie/parental documentation built on May 27, 2019, 9:11 a.m.