opt_ppv: Optimize Probabilistic Path Value

Description Usage Arguments See Also

View source: R/opt_ppv.R

Description

Identify the path of optimal probabilistic path value from a source node to a target node.

Usage

1
2
opt_ppv(sociomatrix, source, target, odds_scale = 1,
  odds_scale_by_node = NULL)

Arguments

sociomatrix

a nonnegative, real valued sociomatrix.

source

an integer index corresponding to a node in sociomatrix

target

an integer index corresponding to a node in sociomatrix

odds_scale

a nonnegative real number indicating the observed tie strength value that corresponds to 1-1 transmission odds

odds_scale_by_node

sets a transfer odds scale for each node in a probabilistic path value calculation.

See Also

ppv to calculate the value of a user-specified path, all_opt_ppv to simultaneously identify the optimal paths from any source node to any target node.


gretel documentation built on Aug. 22, 2019, 5:10 p.m.