-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
389 lines (269 loc) · 18 KB
/
index.html
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>Dr. Erin Buchanan</title>
<meta property="og:title" content="Dr. Erin Buchanan" />
<meta name="twitter:title" content="Dr. Erin Buchanan" />
<meta name="description" content="Shiny Apps Each Shiny application is listed below, along with any relevant publication information.
MOTE: Magnitude of the Effect Shiny App GitHub Research Paper This app allows you to calculate many effect sizes and their confidence intervals. We have included mean differences and variance overlap effect sizes, their formulas, easy to copy output in APA style, help videos on how to use our app, and code for R users.">
<meta property="og:description" content="Shiny Apps Each Shiny application is listed below, along with any relevant publication information.
MOTE: Magnitude of the Effect Shiny App GitHub Research Paper This app allows you to calculate many effect sizes and their confidence intervals. We have included mean differences and variance overlap effect sizes, their formulas, easy to copy output in APA style, help videos on how to use our app, and code for R users.">
<meta name="twitter:description" content="Shiny Apps Each Shiny application is listed below, along with any relevant publication information.
MOTE: Magnitude of the Effect Shiny App GitHub Research Paper This app allows you to calculate many …">
<meta name="author" content="aggieerin.com"/>
<link href='https://doomlab.github.io/img/favicon.ico' rel='icon' type='image/x-icon'/>
<meta property="og:image" content="https://doomlab.github.io/img/header.jpg" />
<meta name="twitter:image" content="https://doomlab.github.io/img/header.jpg" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@aggieerin" />
<meta name="twitter:creator" content="@aggieerin" />
<meta property="og:url" content="https://doomlab.github.io/page/shiny/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Dr. Erin Buchanan" />
<meta name="generator" content="Hugo 0.36.1" />
<link rel="canonical" href="https://doomlab.github.io/page/shiny/" />
<link rel="alternate" href="https://doomlab.github.io/index.xml" type="application/rss+xml" title="Dr. Erin Buchanan">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css" integrity="sha384-wITovz90syo1dJWVh32uuETPVEtGigN07tkttEqPv+uR2SE/mbQcG7ATL28aI9H0" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://doomlab.github.io/css/main.css" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" />
<link rel="stylesheet" href="https://doomlab.github.io/css/highlight.min.css" /><link rel="stylesheet" href="https://doomlab.github.io/css/codeblock.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.2/photoswipe.min.css" integrity="sha384-h/L2W9KefUClHWaty3SLE5F/qvc4djlyR4qY3NUV5HGQBBW7stbcfff1+I/vmsHh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.2/default-skin/default-skin.min.css" integrity="sha384-iD0dNku6PYSIQLyfTOpB06F2KCZJAKLOThS5HRe8b3ibhdEQ6eKsFf/EeFxdOt5R" crossorigin="anonymous">
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
<button class="pswp__button pswp__button--share" title="Share"></button>
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div>
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">
</button>
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">
</button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top navbar-custom">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://doomlab.github.io">Dr. Erin Buchanan</a>
</div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="nav navbar-nav navbar-right">
<li>
<a title="About" href="http://www.aggieerin.com/page/about/">About</a>
</li>
<li class="navlinks-container">
<a class="navlinks-parent" href="javascript:void(0)">Blog</a>
<div class="navlinks-children">
<a href="/post">Blog</a>
<a href="/tags">Tags</a>
</div>
</li>
<li>
<a title="Stats" href="http://www.aggieerin.com/page/stats/">Stats</a>
</li>
<li>
<a title="Shiny" href="http://www.aggieerin.com/page/shiny/">Shiny</a>
</li>
<li class="navlinks-container">
<a class="navlinks-parent" href="javascript:void(0)">Vita</a>
<div class="navlinks-children">
<a href="http://www.aggieerin.com/page/basics">Basics</a>
<a href="http://www.aggieerin.com/page/honors">Honors</a>
<a href="http://www.aggieerin.com/page/res_overview">Research Overview</a>
<a href="http://www.aggieerin.com/page/res_pubs">Pubs</a>
<a href="http://www.aggieerin.com/page/res_grants">Grants</a>
<a href="http://www.aggieerin.com/page/res_pres">Pres</a>
<a href="http://www.aggieerin.com/page/teach_overview">Teaching Overview</a>
<a href="http://www.aggieerin.com/page/students">Students</a>
<a href="http://www.aggieerin.com/page/service">Service</a>
</div>
</li>
<li>
<a title="OSF" href="https://osf.io/profile/">OSF</a>
</li>
</ul>
</div>
<div class="avatar-container">
<div class="avatar-img-border">
<a title="Dr. Erin Buchanan" href="https://doomlab.github.io">
<img class="avatar-img" src="https://doomlab.github.io/img/header.jpg" alt="Dr. Erin Buchanan" />
</a>
</div>
</div>
</div>
</nav>
<div class="intro-header"></div>
<div class="container" role="main">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<article role="main" class="blog-post">
<h2 id="shiny-apps">Shiny Apps</h2>
<p>Each Shiny application is listed below, along with any relevant publication information.</p>
<h3 id="mote-magnitude-of-the-effect">MOTE: Magnitude of the Effect</h3>
<ul>
<li><a href="http://shiny.aggieerin.com:3838/MOTE/">Shiny App</a></li>
<li><a href="https://github.com/doomlab/shiny-server/tree/master/MOTE">GitHub</a></li>
<li><a href="https://osf.io/tds83/">Research Paper</a></li>
<li>This app allows you to calculate many effect sizes and their confidence intervals. We have included mean differences and variance overlap effect sizes, their formulas, easy to copy output in APA style, help videos on how to use our app, and code for <em>R</em> users.</li>
</ul>
<h3 id="alternatives-to-null-hypothesis-significance-testing">Alternatives to Null Hypothesis Significance Testing</h3>
<ul>
<li><a href="http://shiny.aggieerin.com:3838/altnhst/">Shiny App</a></li>
<li><a href="https://github.com/doomlab/shiny-server/tree/master/altnhst">GitHub</a></li>
<li><a href="https://osf.io/u9hf4/">Research Paper</a></li>
<li>This app provides color visualization of the data from our paper that focuses on alternatives to NHST procedures. We include simulations of data that were significant, non significant, agreement statistics, and three-way interactive graphs. You can view results for ANOVA, Bayes Factors, and Observation Oriented Modeling statistics.</li>
</ul>
<h3 id="bias-of-variance-overlap-statistics">Bias of Variance Overlap Statistics</h3>
<ul>
<li><a href="http://shiny.aggieerin.com:3838/bias1/">Shiny App</a></li>
<li><a href="https://github.com/doomlab/shiny-server/tree/master/bias1">GitHub</a></li>
<li><a href="https://osf.io/urd8q/">Research Paper</a></li>
<li>This app provides color visualization for our paper that focuses on the bias, standard deviation, and standard error of variance overlap statistics, such as eta, omega, and epsilon. You can view our simulations across a range of sizes for each effect, as well as truncated (skewed) and rounded data.
<br /></li>
</ul>
<h3 id="lab-linguistic-annotated-bibliography">LAB: Linguistic Annotated Bibliography</h3>
<ul>
<li><a href="http://shiny.aggieerin.com:3838/lab/frequencies">Shiny LAB Data Frequency Statistics</a></li>
<li><a href="http://shiny.aggieerin.com:3838/lab/lab_table">Shiny LAB Table Search</a></li>
<li><a href="http://shiny.aggieerin.com:3838/lab/papers_per_year">Shiny LAB Papers Per Year Histogram</a></li>
<li><a href="http://shiny.aggieerin.com:3838/lab/stim_var_table">Shiny LAB Stimuli Variable Table</a></li>
<li><a href="http://shiny.aggieerin.com:3838/lab/stim_per_year">Shiny LAB Stimuli Per Year Histogram</a></li>
<li><a href="http://shiny.aggieerin.com:3838/lab/tag_per_year">Shiny LAB Tag Per Year Histogram</a></li>
<li><a href="http://shiny.aggieerin.com:3838/lab/tag_var_table">Shiny LAB Tag Variable Table</a></li>
<li><a href="https://github.com/doomlab/shiny-server/tree/master/lab">GitHub</a></li>
<li><a href="https://osf.io/cjyzw/">Research Paper</a></li>
<li><a href="https://www.wordnorms.com">Associated Website</a></li>
<li>This set of apps are companions to our publication of the LAB. They allow you to visualize the trends in publication across the years, stimuli types, and keywords. You can also search the table to find specific publications that include variables you might be interested im. These apps are mainly for researchers who use word stimuli, like those in cognitive and psycholinguistic research.</li>
</ul>
<h3 id="word-norms-website">Word Norms Website</h3>
<ul>
<li><a href="http://shiny.aggieerin.com:3838/lab/double_var_table">Shiny Word Pair Variable Table</a></li>
<li><a href="http://shiny.aggieerin.com:3838/lab/double_words">Shiny Word Pair Search Table</a></li>
<li><a href="http://shiny.aggieerin.com:3838/lab/single_var_table">Shiny Single Variable Table</a></li>
<li><a href="http://shiny.aggieerin.com:3838/lab/single_words">Shiny Single Word Search Table</a></li>
<li><a href="https://github.com/doomlab/shiny-server/tree/master/lab">GitHub</a></li>
<li><a href="https://osf.io/9bcws/">Research Paper</a></li>
<li><a href="https://www.wordnorms.com">Associated Website</a></li>
<li>These apps are designed to supplement our paper that includes the most recent feature production norms. You can use this information to create stimuli with specific characteristics, search our data, and view the statistics on our individual word sets. These apps are mainly for researchers who use word stimuli, like those in cognitive and psycholinguistic research.</li>
</ul>
<h3 id="low-quality-data-screening">Low Quality Data Screening</h3>
<ul>
<li><a href="http://shiny.aggieerin.com:3838/lq-screen">Shiny App</a></li>
<li><a href="https://github.com/doomlab/shiny-server/tree/master/lq-screen">GitHub</a></li>
<li><a href="https://osf.io/u9hf4/">Research Paper</a></li>
<li>This app allows researchers to use our low quality data screening methods without previous knowledge of <em>R</em>. You can load your own dataset and see the output from our function to determine if you wish to exclude participants who are marked as suspicious. All data from our screener can also be exported for later use.</li>
</ul>
</article>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center footer-links">
<li>
<a href="mailto:[email protected]" title="Email me">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://github.com/doomlab" title="GitHub">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://twitter.com/aggieerin" title="Twitter">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://www.youtube.com/channel/UCMdihazndR0f9XBoSXWqnYg" title="Youtube">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-youtube fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="https://doomlab.github.io/index.xml" title="RSS">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-rss fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p class="credits copyright text-muted">
<a href="http://www.aggieerin.com">aggieerin.com</a>
•
2018
•
<a href="https://doomlab.github.io">Dr. Erin Buchanan</a>
</p>
<p class="credits theme-by text-muted">
<a href="http://gohugo.io">Hugo v0.36.1</a> powered • Theme by <a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a> adapted to <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>
</p>
</div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.js" integrity="sha384-/y1Nn9+QQAipbNQWU65krzJralCnuOasHncUFXGkdwntGeSvQicrYkiUBwsgUqc1" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/contrib/auto-render.min.js" integrity="sha384-dq1/gEHSxPZQ7DdrM82ID4YVol9BYyU7GbWlIwnwyPzotpoc57wDw/guX8EaYGPx" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="https://doomlab.github.io/js/main.js"></script>
<script src="https://doomlab.github.io/js/highlight.min.js"></script>
<script> hljs.initHighlightingOnLoad(); </script>
<script> $(document).ready(function() {$("pre.chroma").css("padding","0");}); </script><script> renderMathInElement(document.body); </script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.2/photoswipe.min.js" integrity="sha384-QELNnmcmU8IR9ZAykt67vGr9/rZJdHbiWi64V88fCPaOohUlHCqUD/unNN0BXSqy" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.2/photoswipe-ui-default.min.js" integrity="sha384-m67o7SkQ1ALzKZIFh4CiTA8tmadaujiTa9Vu+nqPSwDOqHrDmxLezTdFln8077+q" crossorigin="anonymous"></script>
<script src="https://doomlab.github.io/js/load-photoswipe.js"></script>
</body>
</html>