## ----preamble_ds4psy, include = FALSE----------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ## ----install_CRAN, echo = TRUE, eval = FALSE---------------------------------- # install.packages('ds4psy') # install ds4psy from CRAN client # library('ds4psy') # load to use the package ## ----install_github, echo = TRUE, eval = FALSE-------------------------------- # # install.packages('devtools') # (if not installed yet) # devtools::install_github('hneth/ds4psy') # library('ds4psy') # load to use the package ## ----bibtex-entry, eval = FALSE, highlight = FALSE---------------------------- # @Manual{ds4psy, # title = {ds4psy: Data Science for Psychologists}, # author = {Hansjörg Neth}, # year = {2022}, # organization = {Social Psychology and Decision Sciences, University of Konstanz}, # address = {Konstanz, Germany}, # note = {Textbook and R package (version 0.9.0, October 20, 2022)}, # url = {https://bookdown.org/hneth/ds4psy/}, # doi = {10.5281/zenodo.7229812} # }