| print.path_effects | R Documentation |
Prints a summary of path effects analysis with optional bootstrap standard errors.
## S3 method for class 'path_effects'
print(
x,
from = NULL,
to = NULL,
nsmall = 2,
digits = 1,
scaled = FALSE,
individual = FALSE,
boot = TRUE,
...
)
x |
An object of class |
from |
Optional source block name or index. If specified with |
to |
Optional target block name or index. If specified with |
nsmall |
Number of decimal places to display. Default is 2. |
digits |
Number of significant digits. Default is 1. |
scaled |
Logical. If |
individual |
Logical. If |
boot |
Logical. If |
... |
Additional arguments (currently unused). |
Invisibly returns x.
path_effects(), plot.path_effects()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.