-
Notifications
You must be signed in to change notification settings - Fork 27
/
anova.r.yaml
113 lines (98 loc) · 2.47 KB
/
anova.r.yaml
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
---
name: anova
title: ANOVA
jrs: '1.0'
items:
- name: main
title: '`ANOVA - ${dep}`'
type: Table
description: a table of ANOVA results
columns: []
- name: model
type: Property
description: The underlying `aov` object
- name: assump
title: Assumption Checks
type: Group
items:
- name: homo
title: Homogeneity of Variances Test (Levene's)
type: Table
description: a table of homogeneity tests
columns: []
- name: norm
title: Normality Test (Shapiro-Wilk)
type: Table
description: a table of normality tests
visible: (norm)
rows: 1
columns: []
- name: qq
title: Q-Q Plot
description: a q-q plot
type: Image
- name: contrasts
title: Contrasts
type: Array
description: an array of contrasts tables
template:
title: Contrasts - $key
type: Table
columns: []
- name: postHoc
title: Post Hoc Tests
type: Array
description: an array of post-hoc tables
template:
title: ""
type: Table
columns: []
- name: emm
title: Estimated Marginal Means
type: Array
description: an array of the estimated marginal means plots + tables
clearWith:
- dep
- blocks
- emMeans
template:
title: ''
type: Group
items:
- name: emmPlot
title: ''
type: Image
width: 450
height: 400
renderFun: .emmPlot
visible: (emmPlots)
clearWith:
- dep
- blocks
- refLevels
- ciWidthEmm
- emmWeights
- emmPlotData
- emmPlotError
- name: emmTable
title: ''
type: Table
description: a table containing estimated marginal means
visible: (emmTables)
columns: []
clearWith:
- dep
- blocks
- refLevels
- ciWidthEmm
- emmWeights
- name: residsOV
title: Residuals
type: Output
varTitle: Residuals
varDescription: Residuals from ANOVA
measureType: continuous
clearWith:
- dep
- factors
- modelTerms