-
Notifications
You must be signed in to change notification settings - Fork 1
/
CLIMR_exploration-bif-items_report.Rmd
87 lines (61 loc) · 1.37 KB
/
CLIMR_exploration-bif-items_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
80
81
82
83
84
85
86
87
---
title: "Construal Level International Multilab Replication (CLIMR) Project: Exploration of Item-Level Effects on the BIF"
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/")
})
---
# Overview
## Effects calculated from raw data
```{r}
knitr::include_graphics("./figures/climr_bif-items.png")
```
## Effects calculated meta-analytically
```{r}
knitr::include_graphics("./figures/climr_bif-items-rma.png")
```
# Liberman & Trope (1998, Study 1)
## Effects calculated from raw data
```{r}
item_effects_temporal
```
## Meta-Analytic Approach
```{r}
meta_temporal_bif_item
```
# Fujita et al. (2006, Study 1)
## Effects calculated from raw data
```{r}
item_effects_spatial
```
## Meta-Analytic Approach
```{r}
meta_spatial_bif_item
```
# Social Distance (Paradigmatic Replication)
## Effects calculated from raw data
```{r}
item_effects_social
```
## Meta-Analytic Approach
```{r}
meta_social_bif_item
```
# Likelihood Distance (Paradigmatic Replication)
## Effects calculated from raw data
```{r}
item_effects_likelihood
```
## Meta-Analytic Approach
```{r}
meta_likelihood_bif_item
```