PrepareCompData {BNArray}R Documentation

Prepare complete database

Description

Prepare a complete and suitable format database for constructing Bayesian networks.

Usage

PrepareCompData(ori.compact)

Arguments

ori.compact A data.frame object complete data.

Details

Value

A data.frame object is returned. This type object is the input data set of Bayesian networks construction in the next step.

Author(s)

Xiaohui Chen cxh1984@interchange.ubc.ca,
Kaida Ning aprilnkd@hotmail.com,
Ming Chen mchen@zju.edu.cn.

References

Further information about BNArray can be found at:
http://www.cls.zju.edu.cn/binfo/BNArray.

Examples

                ##see example in BootstrapBN

[Package BNArray version 1.0 Index]