Skip to contents

Effects for the model \(X \to M \to Y\).

Usage

IllustrationFigPlotEffects(std = FALSE, max_delta_t = 30)

Arguments

std

Logical. If std = TRUE, standardized total, direct, and indirect effects. If std = FALSE, unstandardized total, direct, and indirect effects.

max_delta_t

Numeric. Maximum time interval.

Author

Ivan Jacob Agaloos Pesigan

Examples

IllustrationFigPlotEffects(std = FALSE)
#> 
#> phi:
#>        x      m      y
#> x -0.138  0.000  0.000
#> m -0.124 -0.865  0.434
#> y -0.057  0.115 -0.693

IllustrationFigPlotEffects(std = TRUE)
#> 
#> phi:
#>        x      m      y
#> x -0.138  0.000  0.000
#> m -0.124 -0.865  0.434
#> y -0.057  0.115 -0.693
#> 
#> sigma:
#>      [,1] [,2] [,3]
#> [1,]  0.1  0.0  0.0
#> [2,]  0.0  0.1  0.0
#> [3,]  0.0  0.0  0.1