-
Notifications
You must be signed in to change notification settings - Fork 1
/
CLIMR_validation_report.Rmd
79 lines (58 loc) · 1.24 KB
/
CLIMR_validation_report.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
76
77
78
79
---
title: "Construal Level International Multilab Replication (CLIMR) Project: Validation Pretest Report"
author: "CLIMR Team"
date: "`r Sys.Date()`"
output:
html_document:
theme: darkly
toc: yes
toc_float: yes
keep_md: true
pdf_document:
toc: yes
knit: (function(input_file, encoding) {
rmarkdown::render(input_file, rmarkdown::github_document(html_preview = FALSE), encoding = encoding, output_dir = "./reports/")
})
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
These validation studies are documented here: https://osf.io/kgrs9/
# Categorization Task
```{r}
effect_temporal
```
```{r}
knitr::include_graphics("./figures/climr_validation-temporal-hist.png")
```
# Segmentation Task
```{r}
effect_spatial
```
```{r}
knitr::include_graphics("./figures/climr_validation-spatial-hist.png")
```
# Behavior Identification Form
```{r}
effect_temporal_2
```
```{r}
knitr::include_graphics("./figures/climr_validation-temporal-2-hist.png")
```
# Robustness Checks
## Categorization Task
```{r}
effect_temporal_cc
```
### Mixed effects model based effect size
```{r}
emm_temporal
```
## Segmentation Task
```{r}
effect_spatial_cc
```
## Behavior Identification Form
```{r}
effect_temporal_2_cc
```