Scatter Plots - Illustration
Ivan Jacob Agaloos Pesigan
Source:vignettes/fig-scatter-plots-illustration.Rmd
fig-scatter-plots-illustration.Rmd
Population Total, Direct, and Indirect Effects
Total, direct, and indirect effects for the drift matrix
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
Standardized total, direct, and indirect effects for the drift matrix and process noise covariance matrix
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
Evaluation of Confidence Intervals
Presented below are scatter plots of coverage probabilities and power for the model.
data(illustration_results, package = "manCTMed")