pc_effect {patterncausality} | R Documentation |
Pattern Causality Effect Object
Description
Creates a pattern causality effect object that contains information about
the received and exerted influences for different causality types.
This function constructs an object of class pc_effect
to store the results
of effect analysis.
Usage
pc_effect(positive = NULL, negative = NULL, dark = NULL, items = NULL)
Arguments
positive |
Data frame containing positive causality effects. |
negative |
Data frame containing negative causality effects. |
dark |
Data frame containing dark causality effects. |
items |
Names of items in the analysis. |
Value
An object of class "pc_effect".
[Package patterncausality version 0.2.1 Index]