Skip to contents

This function generates a co-occurrence network from a provided list and calculates strength and directionality of the relationships.

Usage

mrCoOccurNet_bootstrap(mrPD_obj, Y)

Arguments

mrPD_obj

A list of model predictions.

Y

The response data.

Value

A dataframe representing the co-occurrence network with strength and directionality.

Examples