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
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
*.RDs filter=lfs diff=lfs merge=lfs -text
*.RDS filter=lfs diff=lfs merge=lfs -text
*.rds filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.rda filter=lfs diff=lfs merge=lfs -text
4 changes: 4 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ website:
contents:
- examples/visual-attention/kwdyz11.qmd
- examples/visual-attention/kkl15.qmd
- section: "Eye–Voice Span in Rapid Automatized Naming"
contents:
- examples/eyevoicespan/pylsk13.qmd
- examples/eyevoicespan/pylsk13_interactions.qmd
- section: "Reference & Appendix"
contents:
- reference/useful_packages.qmd
Expand Down
1 change: 1 addition & 0 deletions contrasts/contrasts_kwdyz11.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ progress = false
```{julia}
#| echo: false
using SMLP2026: fit_or_restore
using SMLP2026.RKUtils
```

# A word of caution {#sec-caution}
Expand Down
4 changes: 0 additions & 4 deletions examples/emotikon/fggk21.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -659,10 +659,6 @@ issingular(m2)

Depending on the random number generator seed, the model may or may not be supported in the alternative parameterization of scores. The fixed-effects profile is not affected (see the model comparisons below).

:::{.callout-caution}
RK: The order of RE terms is critical. In formula `f2` the `zerocorr()` term must be placed last as shown. If it is placed first, School-related and Child-related CPs are estimated/reported (?) as zero. This was not the case for formula `m1`. Thus, it appears to be related to the `0`-intercepts in School and Child terms. Need a reprex.
:::

```{julia}
VarCorr(m2)
```
Expand Down
Binary file added examples/eyevoicespan/Pan_etal.DevSci.2013.pdf
Binary file not shown.
Loading
Loading