Learn R Programming

ddgraph (version 1.16.0)

estimateNetworkDistribution: Estimate network distribution parameters

Description

Estimate the in.degree distribution and conditional probability distribution from data

Usage

estimateNetworkDistribution(obj, use.class=FALSE)

Arguments

obj
and object of class DDDataSet
use.class
if to include the class variable into the estimate

Value

beta.est - estimate beta distribution values

Details

The algorithm uses hill-climbing with BIC to construct the network and estimate the parameters. Then, provided that for each in-degree there is at least two nodes, it estimates the beta distribution parameters.

Examples

Run this code
estimateNetworkDistribution(mesoBin$Meso)

Run the code above in your browser using DataLab