-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
25 lines (17 loc) · 880 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: "BSEM with blavaan"
author: "Mauricio Garnier-Villarreal & Ellen Fitzsimmons"
date: "`r format(Sys.time(), '%d %B, %Y')`"
output:
github_document:
toc: no
toc_depth: 5
editor_options:
chunk_output_type: inline
---
This repository has the materials for the workshop *Bayesian SEM with blavaan* at the Association for Psychological Sciences (APS) conference in Washing DC (2023) and at the Universidad Autonoma de Madrid (UAM) on April 2024.
The relevant files are in the **Presentation** folder
- The presentation ```.html``` format is **BSEM_APS_2023.html**
- The quarto file that produces the presentation is **BSEM_APS_2023.qmd**
- All the ```R``` code used in the presentation is also available in the syntax file **R_syntax_examples.R**
Download the repository to open the presentation in your browser, and be able to replicate the analysis.