Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4,142 changes: 4,142 additions & 0 deletions documentation/case-studies/sem.html

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions users/documentation/case-studies.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,34 @@ versions noted and seeds fixed)</span> and
* an open-source code license <span class="note">(preferably BSD or GPL
for code, Creative Commons for text)</span>; authors retain all copyright.

# *Stan Case Studies*, &nbsp; Volume 10 &nbsp; (2023)

<hr style="margin:0.25em 0 0.25em 0;"/>
<hr style="margin:0 0 2em 0;"/>

## Bayesian Structural Equation Modeling using blavaan
<small> In this case study, we fit Bayesian structural equation models (SEM) using Hamiltonian Monte Carlo sampling in Stan-powered R package *blavaan* and illustrate how to use confirmtory factor analysis and latent growth curve modeling as SEM's special cases. We also compared the estimates from *blavaan* with its frequentist counterpart using *lavaan*.


[View](case-studies/sem.html) <span
class="note">(HTML)</span>

Authors
: Feng Ji, Xingyao Xiao, Aybolek Amanmyradova, Sophia Rabe-Hesketh

Keywords
: Structural Equation Modeling (SEM), Lavant Variable Modeling, Latent Growth Curve Models, Confirmatory Factor Analysis (CFA), Growth Curve Modeling,
Bayesian Model Evaluation

Source Repository
: [example-models/education/sem](https://github.com/education-stan/example-models/tree/master/education/sem)
<span class="note">(GitHub)</span>

Dependencies
: <tt style="font-size: 90%"> blavaan, lavaan, rstan, MASS, mvtnorm, tidyverse, semPlot, magrittr, lavaan.survey</tt>

License
: BSD (3 clause), CC-BY

# *Stan Case Studies*, &nbsp; Volume 9 &nbsp; (2022)

Expand Down