Scatter Plots - Moderate Coupling
Ivan Jacob Agaloos Pesigan
Source:vignettes/fig-scatter-plots-zero.Rmd
fig-scatter-plots-zero.Rmd
Population Total, Direct, and Indirect Effects
Total, direct, and indirect effects for the drift matrix
FigPlotEffects(dynamics = 0)
#>
#> phi:
#> x m y
#> x -0.357 0.000 0.000
#> m 0.771 -0.511 0.000
#> y -0.450 0.729 -0.693
Standardized total, direct, and indirect effects for the drift matrix and process noise covariance matrix
FigPlotEffects(dynamics = 0, std = TRUE)
#>
#> phi:
#> x m y
#> x -0.357 0.000 0.000
#> m 0.771 -0.511 0.000
#> y -0.450 0.729 -0.693
#>
#> 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")