sim_validation {NetworkInference}R Documentation

Larger simulated validation network.

Description

A network from simulated data. For testing purposes.

Usage

data(sim_validation)

Format

An object of class data.frame with 4 columns, containing:

origin_node

Origin of diffusion edge.

destination_node

Destination node of diffusion edge.

improvement

Improvement in score for the edge

p-value

p-value for vuong test

Source

See code below.


[Package NetworkInference version 1.2.4 Index]