print.pc_fit {patterncausality}R Documentation

Print Pattern Causality Results

Description

Prints the pattern causality analysis results from a pc_fit object. This function displays the total, positive, negative, and dark causality strengths.

Usage

## S3 method for class 'pc_fit'
print(x, ...)

Arguments

x

A pc_fit object.

...

Additional arguments passed to the print function.

Value

Invisibly returns the input object.


[Package patterncausality version 0.2.1 Index]