Prints a summary of path effects analysis with optional bootstrap standard errors.
Usage
# S3 method for class 'path_effects'
print(
x,
from = NULL,
to = NULL,
nsmall = 2,
digits = 1,
scaled = FALSE,
individual = FALSE,
boot = TRUE,
...
)Arguments
- x
An object of class
path_effects.- from
Optional source block name or index. If specified with
to, prints only that block pair.- to
Optional target block name or index. If specified with
from, prints only that block pair.- nsmall
Number of decimal places to display. Default is 2.
- digits
Number of significant digits. Default is 1.
- scaled
Logical. If
TRUE, display scaled contributions. Default isFALSE.- individual
Logical. If
TRUE, display individual-level effects. Default isFALSE.- boot
Logical. If
TRUEand bootstrap samples are available, display standard errors. Default isTRUE.- ...
Additional arguments (currently unused).