The Python Data Analysis Guides were generated with Quarto (archived at https://perma.cc/9JWH-779Y). The codebase that was used to generate the Python Data Analysis Guides is located here.
1 Contact
If you have questions about the lab and are not sure who to contact, please contact devpsy-lab@uiowa.edu.
R version 4.3.3 (2024-02-29)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 22.04.4 LTS
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3
LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblasp-r0.3.20.so; LAPACK version 3.10.0
locale:
[1] LC_CTYPE=C.UTF-8 LC_NUMERIC=C LC_TIME=C.UTF-8
[4] LC_COLLATE=C.UTF-8 LC_MONETARY=C.UTF-8 LC_MESSAGES=C.UTF-8
[7] LC_PAPER=C.UTF-8 LC_NAME=C LC_ADDRESS=C
[10] LC_TELEPHONE=C LC_MEASUREMENT=C.UTF-8 LC_IDENTIFICATION=C
time zone: UTC
tzcode source: system (glibc)
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] htmlwidgets_1.6.4 compiler_4.3.3 fastmap_1.1.1 cli_3.6.2
[5] tools_4.3.3 htmltools_0.5.8.1 yaml_2.3.8 rmarkdown_2.26
[9] knitr_1.46 jsonlite_1.8.8 xfun_0.43 digest_0.6.35
[13] rlang_1.1.3 evaluate_0.23
Source Code
---title: "About This Website"---The Python Data Analysis Guides were generated with [`Quarto`](https://quarto.org/) (archived at <https://perma.cc/9JWH-779Y>).The codebase that was used to generate the Python Data Analysis Guides is located [here](https://github.com/DevPsyLab/pythonDataAnalysisGuides).# ContactIf you have questions about the lab and are not sure who to contact, please contact devpsy-lab@uiowa.edu.# License[![CC BY 4.0][cc-by-shield]][cc-by]This work is licensed under a[Creative Commons Attribution 4.0 International License][cc-by].[![CC BY 4.0][cc-by-image]][cc-by][cc-by]: https://creativecommons.org/licenses/by/4.0/[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg# Session Info```{r}sessionInfo()```