-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathjamovi.yaml
More file actions
137 lines (137 loc) · 4.36 KB
/
Copy pathjamovi.yaml
File metadata and controls
137 lines (137 loc) · 4.36 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
---
title: learning statistics with jamovi
name: lsj-data
version: '1.0.1'
jms: '1.0'
authors:
- Danielle Navarro
- David Foxcroft
maintainer: David Foxcroft <david.foxcroft@gmail.com>
date: '2019-02-04'
description: >
This module provides examples data sets to accompany the book
<a href="http://www.learnstatswithjamovi.com" target="_blank">
learning statistics with jamovi</a>.
analyses: [ ]
datasets:
- name: booksales
path: booksales.csv
description: "Ch. 03 - Booksales data in csv format"
tags: [ Descriptives ]
- name: AFL Margins
path: aflsmall_margins.csv
description: "Ch. 04 - Australian Football League (AFL) winning margins"
tags: [ Descriptives ]
- name: AFL Finalists
path: aflsmall_finalists.csv
description: "Ch. 04 - Australian Football League (AFL) finalist teams"
tags: [ Descriptives ]
- name: Clinical Trial
path: clinicaltrial.csv
description: "Ch. 04, 13 & 14 - Clinical trial results"
tags: [ Descriptives, ANOVA, post-hoc ]
- name: AFL Margins By Year
path: aflsmall2.csv
description: "Ch 05 - Australian Football League (AFL) winning margins by year"
tags: [ Descriptives ]
- name: Night Garden
path: nightgarden.csv
description: "Ch 06 - Dialogue from 'In the Night Garden' TV show"
tags: [ Data manipulation ]
- name: Likert
path: likert.omv
description: "Ch 06 - Likert scale - dinosaurs are awesome"
tags: [ Transformation ]
- name: IQ sim
path: IQsim.omv
description: "Ch 08 - IQs of 10,000 people"
tags: [ Normal distribution, Confidence intervals ]
- name: Binomial Test
path: binomialtest.omv
description: "Ch 09 - Test of two proportions"
tags: [ Binomial test ]
- name: Randomness
path: randomness.csv
description: "Ch 10 - Random cards data"
tags: [ Chi-squared ]
- name: Chapek 9
path: chapek9.omv
description: "Ch 10 - Chapek 9 TV show data"
tags: [ Chi-squared ]
- name: Salem
path: salem.csv
description: "Ch 10 - Witchcraft accusations"
tags: [ Fisher exact ]
- name: AGPP
path: agpp.csv
description: "Ch 10 - Australian Generic Political Party"
tags: [ McNemar ]
- name: Zeppo
path: zeppo.csv
description: "Ch 11 - Student grades in Dr. Zeppo's class"
tags: [ t-test ]
- name: Harpo
path: harpo.csv
description: "Ch 11 & 15 - Student grades in Dr. Harpo's class"
tags: [ t-test, Bayes factor ]
- name: Chico
path: chico.csv
description: "Ch 11 & 15 - Student grades in Dr. Chico's class"
tags: [ t-test, Bayes factor ]
- name: Chico 2
path: chico2.omv
description: "Ch 11 - Student grades in Dr. Chico's class"
tags: [ Data manipulation ]
- name: Awesome
path: awesome.csv
description: "Ch 11 - Comparing awesomeness of different groups"
tags: [ Mann-Whitney ]
- name: Happiness
path: happiness.csv
description: "Ch 11 - Student happiness with statistics"
tags: [ Wilcoxon ]
- name: Parenthood
path: parenthood.csv
description: "Ch 12 - Sleep and mood data"
tags: [ correlation, regression ]
- name: Anscombe
path: anscombe.csv
description: "Ch 12 - Anscombe's Quartet data"
tags: [ correlation ]
- name: Broca's aphasia
path: broca.csv
description: "Ch 13 - Broca's Aphasia data"
tags: [ One-way repeated measures ANOVA ]
- name: ANCOVA
path: ancova.csv
description: "Ch 14 - Analysis of Covariance data"
tags: [ ANCOVA ]
- name: RTFM
path: rtfm.csv
description: "Ch 14 - Student grades by attendance and reading"
tags: [ ANOVA ]
- name: Clinical Trial 2
path: clinicaltrial2.omv
description: "Ch 14 - Clinical trial results for binary contrasts"
tags: [ ANOVA, contrasts ]
- name: Coffee
path: coffee.csv
description: "Ch 14 - Coffee and babbling"
tags: [ ANOVA, unbalanced ]
- name: Personality Questionnaire
path: bfi_sample.csv
description: "Ch 15 - Personality data sample 1"
tags: [ EFA, PCA ]
- name: Personality Questionnaire
path: bfi_sample2.csv
description: "Ch 15 - Personality data sample 2"
tags: [ CFA ]
- name: Attributional Style Questionnaire
path: ASQ.csv
description: "Ch 15 - Attributional Style data"
tags: [ MTMM, CFA ]
- name: Personality Questionnaire
path: bfi_sample3.csv
description: "Ch 15 - Personality data sample 3"
tags: [ Reliability analysis ]
...