Author: Seung Hyun Min
ggsem is enables users to perform interactive and reproducible visualizations of path diagrams for structural equation modeling (SEM) and networks using interactive parameter visualization. Meta-data of figure outputs from the interactive environment can be either reloaded, replayed or reproduced as objects with figure outputs or images as ggplot objects.
For more information about about ggsem, please visit the documentation website (smin95.github.io/ggsem).
The stable version of ggsem can be installed using
install.packages() from the Comprehensive R Archive Network
(CRAN).
# install.packages(c("colourpicker", "DT", "DiagrammeR", "memoise", "shiny", "shinyjs", "smplot2", "svglite"), dependencies = TRUE)
install.packages("ggsem") # version 0.9.6If you find any issues with ggsem (both application and package), please contact me via email (seung.min@mail.mcgill.ca).