Learn R Programming

EDISON (version 1.1.1)

NetworkRatioBino: Calculates the ratio of binomial prior probabilites.

Description

This function calculates the ratio of binomial prior probabilities of two networks.

Usage

NetworkRatioBino(network.info, node.sharing)

Arguments

network.info
Network information collected by function CollectNetworkInfo. Note that network.info$new.nets has to be set.
node.sharing
Type of coupling of hyperparameters among nodes: 'hard' or 'soft'.

Value

Returns the ratio of [prior of new network]/[prior of old network].

See Also

NetworkProbBino, CalculatePriorRatio