-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.Rmd
75 lines (39 loc) · 1.82 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
title: "Encyclopedia of Quantitative Methods in R, vol. 5: Multilevel Models"
author: "Author: Sarah Schwartz, PhD"
date: "Last updated: `r Sys.Date()`"
documentclass: book
description: "Mulilevel & Marginal Modeling: ICCs, MLM/HLM, and GEEs."
knit: "bookdown::render_book"
cover-image: "EQM_v1_cover.png"
github-repo: cehs-research/eBook_wrangle
site: bookdown::bookdown_site
output:
bookdown::gitbook:
split_bib: false
bibliography: [mlm.bib, packages.bib]
biblio-style: "apalike"
link-citations: yes
---
![](images/common/EQM_v5_header.png)
[Encyclopedia's Home Website](https://cehs-research.github.io/eBooks/).
![](images/common/Sarah_headshot.jpg)
Website: www.SarahSchwartzStats.com](http://www.sarahschwartzstats.com/)
eMail: Sarah.Schwartz@usu.edu
## Code and Output {-}
This is how $R$ code is shown:
```{r, eval=FALSE}
1 + 1
```
This is what the output of the $R$ code above will look:
```{r, echo=FALSE}
# This is a Code Chunk
1 + 1
```
### Why choose R ? {-}
```{block type='rmdlink', echo=TRUE}
**Check it out:** an article from Fall 2016... [No more excuses: R is better than SPSS for psychology undergrads, and students agree](https://datahowler.wordpress.com/2016/09/10/no-more-excuses-r-is-better-than-spss-for-psychology-undergrads-and-students-agree/)
```
### FYI {-}
This entire encyclopedia is written in $R Markdown$, using $R Studio$ as the text editor and the `bookdown` package to turn a collection of markdown documents into a coherent whole. The book's source code is hosted on GitHub. If you notice typos or other issues, feel free to email author.
This work is licensed under the [Attribution-NonCommercial-NoDerivatives 4.0 International](https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode) License.