Skip to content

Commit

Permalink
Merge branch 'main' into cogmod
Browse files Browse the repository at this point in the history
  • Loading branch information
jgman86 authored Oct 31, 2023
2 parents a81a617 + be715c5 commit 17c1e7b
Show file tree
Hide file tree
Showing 9 changed files with 858 additions and 102 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Build site 🔧
run: |
R -e 'install.packages("dplyr"); install.packages("quarto"); install.packages("countdown"); quarto::quarto_render(".", as_job = FALSE)'
R -e 'install.packages("tidyverse"); install.packages("patchwork"); install.packages(c("MPTinR", "effectsize", "ggpubr")); install.packages("quarto"); install.packages("countdown"); install.packages("rempsyc"); install.packages("flextable"); quarto::quarto_render(".", as_job = FALSE)'
- name: Deploy 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/[email protected]
Expand Down
2 changes: 2 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ website:
text: "2. Hierarchische Daten"
- href: mlm_seminar_sose23/lineare_regression.qmd
text: "3. Linerare Regression"
- href: mlm_seminar_sose23/lineare_regression_parameters.qmd
text: "4. Parameterschätzung"

- section: "Seminar kognitive Modellierung"
contents:
Expand Down
4 changes: 2 additions & 2 deletions about/about_cogmod.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ Unter dem Paperpile Repository finden Sie die relevante Literatur für jede Semi
|------------|---------------------------------------------------------------------|--------|---------|
| 25.10.2023 | Organisation und Ablauf | [![](../images/slides.png){width="30," height="30"}](https://slides.com/gman_science/introduction-organisation?token=4Pkkol6P) | |
| 08.11.2023 | Einführung: Grundlagen der Modellierung | | |
| 15.11.2023 | Einführung II: Grundlagen der Modellierung | | |
| 15.11.2023 | Einführung II: Grundlagen der Modellierunseff 14306614
g | | |
| 22.11.2023 | Parameterschätzung I: Diskrepanzfunktionen & Schätzalgorithmen | | |
| 29.11.2023 | Parameterschätzung II: Maximum Likelihood & Beyond | | |
| 06.12.2023 | Parameterschätzung III: Hands On in R Parameter Estimation | | |
Expand All @@ -93,4 +94,3 @@ Das Seminar findet in Absprache mit der R-Übung statt. In der Übung werden die
Daten.
- [**R for Datascience**](https://r4ds.had.co.nz/) von Hadley Wickham.
- [**R Cheatsheets**](https://rstudio.github.io/cheatsheets/) für alle wichtigen Packages und Basisfunktionen.
:::
Binary file added data/cognitive_function.RData
Binary file not shown.
Loading

0 comments on commit 17c1e7b

Please sign in to comment.