The goal of cycvb is to provide a variational inference algorithm for cyclic structural equation models
You can install the development version of cycvb from GitHub with:
# install.packages("devtools")
devtools::install_github("wangzhuofan/cycvb")
This is a basic example which shows you how to solve a common problem:
library(cycvb)
## basic example code
cycvb(matrix(rt(500*10,3),500,10),"t")