Skip to content

Commit

Permalink
updated preface
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasgerstenberg committed Feb 14, 2023
1 parent 2a3ee6c commit bc09875
Show file tree
Hide file tree
Showing 7 changed files with 160 additions and 365 deletions.
13 changes: 0 additions & 13 deletions 01-introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,6 @@ Special thanks go to my teaching teams:
- Mona Rosenke
- Shao-Fang (Pam) Wang

## License and citation

This book is licensed under the [Creative Commons Zero v1.0 Universal license](https://github.com/psych252/psych252book/blob/master/LICENSE). If you find these materials helpful for your work, I'd appreciate you citing it:

```
@book{gerstenberg2022methods,
title = {Statistical methods for the behavioral and social sciences},
author = {Tobias Gerstenberg},
year = {2022},
url = {https://psych252.github.io/psych252book/}
}
```

## List of R packages used in this book

```{r, eval=FALSE, message=FALSE}
Expand Down
6 changes: 3 additions & 3 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,13 @@
<ul>
<li class="chapter" data-level="" data-path="index.html"><a href="index.html#course-description"><i class="fa fa-check"></i>Course description</a></li>
<li class="chapter" data-level="" data-path="index.html"><a href="index.html#course-homepage"><i class="fa fa-check"></i>Course homepage</a></li>
<li class="chapter" data-level="" data-path="index.html"><a href="index.html#license-and-citation"><i class="fa fa-check"></i>License and citation</a></li>
</ul></li>
<li class="chapter" data-level="1" data-path="introduction.html"><a href="introduction.html"><i class="fa fa-check"></i><b>1</b> Introduction</a>
<ul>
<li class="chapter" data-level="1.1" data-path="introduction.html"><a href="introduction.html#thanks"><i class="fa fa-check"></i><b>1.1</b> Thanks</a></li>
<li class="chapter" data-level="1.2" data-path="introduction.html"><a href="introduction.html#license-and-citation"><i class="fa fa-check"></i><b>1.2</b> License and citation</a></li>
<li class="chapter" data-level="1.3" data-path="introduction.html"><a href="introduction.html#list-of-r-packages-used-in-this-book"><i class="fa fa-check"></i><b>1.3</b> List of R packages used in this book</a></li>
<li class="chapter" data-level="1.4" data-path="introduction.html"><a href="introduction.html#session-info"><i class="fa fa-check"></i><b>1.4</b> Session info</a></li>
<li class="chapter" data-level="1.2" data-path="introduction.html"><a href="introduction.html#list-of-r-packages-used-in-this-book"><i class="fa fa-check"></i><b>1.2</b> List of R packages used in this book</a></li>
<li class="chapter" data-level="1.3" data-path="introduction.html"><a href="introduction.html#session-info"><i class="fa fa-check"></i><b>1.3</b> Session info</a></li>
</ul></li>
<li class="chapter" data-level="2" data-path="visualization-1.html"><a href="visualization-1.html"><i class="fa fa-check"></i><b>2</b> Visualization 1</a>
<ul>
Expand Down
168 changes: 36 additions & 132 deletions docs/index.html

Large diffs are not rendered by default.

136 changes: 63 additions & 73 deletions docs/introduction.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/search_index.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[["introduction.html", "Chapter 1 Introduction 1.1 Thanks 1.2 License and citation 1.3 List of R packages used in this book 1.4 Session info", " Chapter 1 Introduction 1.1 Thanks Various people have helped in the process of putting together these materials (either knowingly, or unknowingly). Big thanks go to: Alexandra Chouldechova Allison Horst Andrew Heiss Ben Baumer Benoit Monin Bodo Winter David Lagnado Ewart Thomas Henrik Singmann Julian Jara-Ettinger Justin Gardner Kevin Smith Lisa DeBruine Maarten Speekenbrink Matthew Kay Matthew Salganik Mika Braginsky Mike Frank Mine Çetinkaya-Rundel Nick C. Huntington-Klein Patrick Mair Paul-Christian Bürkner Peter Cushner Mohanty Richard McElreath Russ Poldrack Stephen Dewitt Solomon Kurz Tom Hardwicke Tristan Mahr Special thanks go to my teaching teams: 2022: Ari Beller Sarah Wu Chengxu Zhuang 2021: Andrew Nam Catherine Thomas Jon Walters Dan Yamins 2020: Tyler Bonnen Andrew Nam Jinxiao Zhang 2019: Andrew Lampinen Mona Rosenke Shao-Fang (Pam) Wang 1.2 License and citation This book is licensed under the Creative Commons Zero v1.0 Universal license. If you find these materials helpful for your work, I’d appreciate you citing it: @book{gerstenberg2022methods, title = {Statistical methods for the behavioral and social sciences}, author = {Tobias Gerstenberg}, year = {2022}, url = {https://psych252.github.io/psych252book/} } 1.3 List of R packages used in this book # RMarkdown library(&quot;knitr&quot;) # markdown things library(&quot;kableExtra&quot;) # for nicely formatted tables # Datasets library(&quot;gapminder&quot;) # data available from Gapminder.org library(&quot;NHANES&quot;) # data set library(&quot;titanic&quot;) # titanic dataset # Data manipulation library(&quot;arrangements&quot;) # fast generators and iterators for permutations, combinations and partitions library(&quot;magrittr&quot;) # for wrangling library(&quot;tidyverse&quot;) # everything else # Visualization library(&quot;patchwork&quot;) # making figure panels library(&quot;ggpol&quot;) # for making fancy boxplots library(&quot;ggridges&quot;) # for making joyplots library(&quot;gganimate&quot;) # for making animations library(&quot;GGally&quot;) # for pairs plot library(&quot;ggrepel&quot;) # for labels in ggplots library(&quot;corrr&quot;) # for calculating correlations between many variables library(&quot;corrplot&quot;) # for plotting correlations library(&quot;DiagrammeR&quot;) # for drawing diagrams library(&quot;ggeffects&quot;) # for visualizing effects library(&quot;bayesplot&quot;) # for visualization of Bayesian model fits # Modeling library(&quot;afex&quot;) # also for running ANOVAs library(&quot;lme4&quot;) # mixed effects models library(&quot;emmeans&quot;) # comparing estimated marginal means library(&quot;broom.mixed&quot;) # getting tidy mixed model summaries library(&quot;janitor&quot;) # cleaning variable names library(&quot;car&quot;) # for running ANOVAs library(&quot;rstanarm&quot;) # for Bayesian models library(&quot;greta&quot;) # Bayesian models library(&quot;tidybayes&quot;) # tidying up results from Bayesian models library(&quot;boot&quot;) # bootstrapping library(&quot;modelr&quot;) # cross-validation and bootstrapping library(&quot;mediation&quot;) # for mediation and moderation analysis library(&quot;multilevel&quot;) # Sobel test library(&quot;extraDistr&quot;) # additional probability distributions library(&quot;effects&quot;) # for showing effects in linear, generalized linear, and other models library(&quot;brms&quot;) # Bayesian regression library(&quot;parameters&quot;) # For extracting parameters # Misc library(&quot;tictoc&quot;) # timing things library(&quot;MASS&quot;) # various useful functions (e.g. bootstrapped confidence intervals) library(&quot;lsr&quot;) # for computing effect size measures library(&quot;extrafont&quot;) # additional fonts library(&quot;pwr&quot;) # for power calculations library(&quot;arrangements&quot;) # fast generators and iterators for permutations, combinations and partitions library(&quot;stargazer&quot;) # for regression tables library(&quot;sjPlot&quot;) # for regression tables library(&quot;xtable&quot;) # for tables 1.4 Session info ## R version 4.2.1 (2022-06-23) ## Platform: x86_64-apple-darwin17.0 (64-bit) ## Running under: macOS Big Sur ... 10.16 ## ## Matrix products: default ## BLAS: /Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libRblas.0.dylib ## LAPACK: /Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libRlapack.dylib ## ## locale: ## [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 ## ## attached base packages: ## [1] stats graphics grDevices utils datasets methods base ## ## loaded via a namespace (and not attached): ## [1] bookdown_0.32 digest_0.6.31 R6_2.5.1 jsonlite_1.8.4 ## [5] evaluate_0.20 cachem_1.0.6 rlang_1.0.6 cli_3.6.0 ## [9] rstudioapi_0.14 jquerylib_0.1.4 bslib_0.4.2 rmarkdown_2.20 ## [13] tools_4.2.1 xfun_0.37 yaml_2.3.7 fastmap_1.1.0 ## [17] compiler_4.2.1 htmltools_0.5.4 knitr_1.42 sass_0.4.5 "],["404.html", "Page not found", " Page not found The page you requested cannot be found (perhaps it was moved or renamed). You may want to try searching to find the page's new location, or use the table of contents to find the page you are looking for. "]]
[["introduction.html", "Chapter 1 Introduction 1.1 Thanks 1.2 List of R packages used in this book 1.3 Session info", " Chapter 1 Introduction 1.1 Thanks Various people have helped in the process of putting together these materials (either knowingly, or unknowingly). Big thanks go to: Alexandra Chouldechova Allison Horst Andrew Heiss Ben Baumer Benoit Monin Bodo Winter David Lagnado Ewart Thomas Henrik Singmann Julian Jara-Ettinger Justin Gardner Kevin Smith Lisa DeBruine Maarten Speekenbrink Matthew Kay Matthew Salganik Mika Braginsky Mike Frank Mine Çetinkaya-Rundel Nick C. Huntington-Klein Patrick Mair Paul-Christian Bürkner Peter Cushner Mohanty Richard McElreath Russ Poldrack Stephen Dewitt Solomon Kurz Tom Hardwicke Tristan Mahr Special thanks go to my teaching teams: 2022: Ari Beller Sarah Wu Chengxu Zhuang 2021: Andrew Nam Catherine Thomas Jon Walters Dan Yamins 2020: Tyler Bonnen Andrew Nam Jinxiao Zhang 2019: Andrew Lampinen Mona Rosenke Shao-Fang (Pam) Wang 1.2 List of R packages used in this book # RMarkdown library(&quot;knitr&quot;) # markdown things library(&quot;kableExtra&quot;) # for nicely formatted tables # Datasets library(&quot;gapminder&quot;) # data available from Gapminder.org library(&quot;NHANES&quot;) # data set library(&quot;titanic&quot;) # titanic dataset # Data manipulation library(&quot;arrangements&quot;) # fast generators and iterators for permutations, combinations and partitions library(&quot;magrittr&quot;) # for wrangling library(&quot;tidyverse&quot;) # everything else # Visualization library(&quot;patchwork&quot;) # making figure panels library(&quot;ggpol&quot;) # for making fancy boxplots library(&quot;ggridges&quot;) # for making joyplots library(&quot;gganimate&quot;) # for making animations library(&quot;GGally&quot;) # for pairs plot library(&quot;ggrepel&quot;) # for labels in ggplots library(&quot;corrr&quot;) # for calculating correlations between many variables library(&quot;corrplot&quot;) # for plotting correlations library(&quot;DiagrammeR&quot;) # for drawing diagrams library(&quot;ggeffects&quot;) # for visualizing effects library(&quot;bayesplot&quot;) # for visualization of Bayesian model fits # Modeling library(&quot;afex&quot;) # also for running ANOVAs library(&quot;lme4&quot;) # mixed effects models library(&quot;emmeans&quot;) # comparing estimated marginal means library(&quot;broom.mixed&quot;) # getting tidy mixed model summaries library(&quot;janitor&quot;) # cleaning variable names library(&quot;car&quot;) # for running ANOVAs library(&quot;rstanarm&quot;) # for Bayesian models library(&quot;greta&quot;) # Bayesian models library(&quot;tidybayes&quot;) # tidying up results from Bayesian models library(&quot;boot&quot;) # bootstrapping library(&quot;modelr&quot;) # cross-validation and bootstrapping library(&quot;mediation&quot;) # for mediation and moderation analysis library(&quot;multilevel&quot;) # Sobel test library(&quot;extraDistr&quot;) # additional probability distributions library(&quot;effects&quot;) # for showing effects in linear, generalized linear, and other models library(&quot;brms&quot;) # Bayesian regression library(&quot;parameters&quot;) # For extracting parameters # Misc library(&quot;tictoc&quot;) # timing things library(&quot;MASS&quot;) # various useful functions (e.g. bootstrapped confidence intervals) library(&quot;lsr&quot;) # for computing effect size measures library(&quot;extrafont&quot;) # additional fonts library(&quot;pwr&quot;) # for power calculations library(&quot;arrangements&quot;) # fast generators and iterators for permutations, combinations and partitions library(&quot;stargazer&quot;) # for regression tables library(&quot;sjPlot&quot;) # for regression tables library(&quot;xtable&quot;) # for tables 1.3 Session info ## R version 4.2.1 (2022-06-23) ## Platform: x86_64-apple-darwin17.0 (64-bit) ## Running under: macOS Big Sur ... 10.16 ## ## Matrix products: default ## BLAS: /Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libRblas.0.dylib ## LAPACK: /Library/Frameworks/R.framework/Versions/4.2/Resources/lib/libRlapack.dylib ## ## locale: ## [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8 ## ## attached base packages: ## [1] stats graphics grDevices utils datasets methods base ## ## loaded via a namespace (and not attached): ## [1] bookdown_0.32 digest_0.6.31 R6_2.5.1 jsonlite_1.8.4 ## [5] evaluate_0.20 cachem_1.0.6 rlang_1.0.6 cli_3.6.0 ## [9] rstudioapi_0.14 jquerylib_0.1.4 bslib_0.4.2 rmarkdown_2.20 ## [13] tools_4.2.1 xfun_0.37 yaml_2.3.7 fastmap_1.1.0 ## [17] compiler_4.2.1 htmltools_0.5.4 knitr_1.42 sass_0.4.5 "],["404.html", "Page not found", " Page not found The page you requested cannot be found (perhaps it was moved or renamed). You may want to try searching to find the page's new location, or use the table of contents to find the page you are looking for. "]]
17 changes: 17 additions & 0 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,21 @@ This course offers an introduction to advanced topics in statistics with the foc

https://psych252.github.io/


## License and citation {-}

This book is licensed under the [Creative Commons Zero v1.0 Universal license](https://github.com/psych252/psych252book/blob/master/LICENSE). If you find these materials helpful for your work, I'd appreciate you citing it:

```
@book{gerstenberg2022methods,
title = {Statistical methods for the behavioral and social sciences},
author = {Tobias Gerstenberg},
year = {2022},
url = {https://psych252.github.io/psych252book/}
}
```


```{r index-01, include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
Expand All @@ -51,3 +66,5 @@ theme_set(theme_classic() + #set the theme
options(knitr.graphics.auto_pdf = TRUE)
```



Loading

0 comments on commit bc09875

Please sign in to comment.