Scatter Plots - Weak Coupling
Ivan Jacob Agaloos Pesigan
Source:vignettes/fig-scatter-plots-neg.Rmd
fig-scatter-plots-neg.Rmd
Population Total, Direct, and Indirect Effects
Total, direct, and indirect effects for the drift matrix
FigPlotEffects(dynamics = -1)
#>
#> phi:
#> x m y
#> x -0.05 0.00 0.00
#> m -0.02 -0.05 0.00
#> y 0.03 -0.01 -0.05
Standardized total, direct, and indirect effects for the drift matrix and process noise covariance matrix
FigPlotEffects(dynamics = -1, std = TRUE)
#>
#> phi:
#> x m y
#> x -0.05 0.00 0.00
#> m -0.02 -0.05 0.00
#> y 0.03 -0.01 -0.05
#>
#> sigma:
#> [,1] [,2] [,3]
#> [1,] 0.24455556 0.02201587 -0.05004762
#> [2,] 0.02201587 0.07067800 0.01539456
#> [3,] -0.05004762 0.01539456 0.07553061
Evaluation of Confidence Intervals
Presented below are scatter plots of coverage probabilities and power for the model and type I error rates for the model.
data(results, package = "manCTMed")