Skip to content

Commit

Permalink
update bib
Browse files Browse the repository at this point in the history
  • Loading branch information
rempsyc committed Oct 9, 2023
1 parent 6c24978 commit 3c44e74
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion paper/paper.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ predicted by our mediating variable, `visual`. In turn, `visual` is now
predicted by our independent variables, `grade` (the students' grade) and
`ageyr` (the students' age, in years).

With the `lavaanExtra` syntax, when defining our lists of components, we
With the {lavaanExtra} syntax, when defining our lists of components, we
can think of the `=` sign as "predicted by", a bit like `~` for
regression. There is an exception to this for the `indirect` object,
which also allows specifying our variables directly instead. When such
Expand Down
11 changes: 7 additions & 4 deletions paper/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,15 @@ @Manual{flextablePackage
url = {https://CRAN.R-project.org/package=flextable},
}

@Misc{rempsycPackage,
@Article{rempsycPackage,
title = {{rempsyc}: Convenience Functions for Psychology},
author = {Rémi Thériault},
year = {2022},
note = {(R package version 0.1.1.6) [Computer software].},
url = {https://rempsyc.remi-theriault.com},
journal = {Journal of Open Source Software},
year = {2023},
volume = {8},
number = {87},
pages = {5466},
doi = {10.21105/joss.05466},
}

@Manual{lavaanPlotPackage,
Expand Down
2 changes: 1 addition & 1 deletion paper/paper.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is XeTeX, Version 3.141592653-2.6-0.999995 (MiKTeX 23.5) (preloaded format=xelatex 2023.5.20) 9 OCT 2023 09:41
This is XeTeX, Version 3.141592653-2.6-0.999995 (MiKTeX 23.5) (preloaded format=xelatex 2023.5.20) 9 OCT 2023 13:28
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
Expand Down
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ predicted by our mediating variable, `visual`. In turn, `visual` is now
predicted by our independent variables, `grade` (the students' grade) and
`ageyr` (the students' age, in years).

With the `lavaanExtra` syntax, when defining our lists of components, we
With the {lavaanExtra} syntax, when defining our lists of components, we
can think of the `=` sign as "predicted by", a bit like `~` for
regression. There is an exception to this for the `indirect` object,
which also allows specifying our variables directly instead. When such
Expand Down
Binary file modified paper/paper.pdf
Binary file not shown.
Binary file modified paper/paper_files/figure-latex/graph_sem-1.pdf
Binary file not shown.
Binary file modified paper/paper_files/figure-latex/nice_lavaanPlot-1.pdf
Binary file not shown.
Binary file modified paper/paper_files/figure-latex/nice_lavaanPlot-2.pdf
Binary file not shown.
Binary file modified paper/paper_files/figure-latex/nice_tidySEM-1.pdf
Binary file not shown.
Binary file modified paper/paper_files/figure-latex/nice_tidySEM2-1.pdf
Binary file not shown.
Binary file modified paper/paper_files/figure-latex/nice_tidySEM3-1.pdf
Binary file not shown.

0 comments on commit 3c44e74

Please sign in to comment.