Skip to content

Latest commit

 

History

History
223 lines (118 loc) · 9.02 KB

resources.md

File metadata and controls

223 lines (118 loc) · 9.02 KB
layout title
page
Resources

We’ve collected some links that we think will be helpful, but they are more like overviews than resources that will help you with a specific thing you are trying to accomplish.

Mechanical turk

In this class we will be running our replication projects on Amazon's Mechanical Turk (AMT/mTurk). mTurk is a platform on which Workers (or "Turkers") can complete Human Intelligence Tasks (HITs) for monetary compensation. HITs are put up by Requesters. mTurk originally was set up to do large-scale tasks that require human intelligence (e.g. labeling photos, finding telephone numbers, etc), but has recently been used by social scientists to conduct (large-scale) online experiments.

All replication projects will be launched using a common class account. This saves you the hassle of applying for a personal Requester account (which lately has become not-as-straightforward...), and also simplifies funding logistics. We will be giving more detailed instructions in class on how to access the class account and launch HITs etc.

A note on design considerations. Some Turkers multitask, and most of them do HITs for many hours a day, so appropriate designs would include attention checks, manipulation checks, etc.

A note on ethics. Note that Amazon workerIDs are actually tied to their (public) Amazon account, and thus constitute identifiable information. Thus, you should anonymize data by redacting workerIDs (and other identifiable information).

A note on best research practices. Do all analyses on anonymized data. (This is to prevent cases where others are unable to reproduce your analayses because it might rely somehow on identifiable information. If you start with anonymized data, your analyses would never use any of this information.)

HTML/CSS

  • Beginner:

  • Intermediate:

  • Advanced

    • Bootstrap (Not of the statistical sort)

      • Generally better for creating full web-pages than one-off experiments, but can make introduction pages, survey websites etc. look good with minimal effort.

JavaScript

Github

R

dplyr/tidyr

ggplot

lme4

Functional Experiment Templates

Here are just a few templates tfhat may be helpful to build off of as you create your own online replications, with comments.

Simpler

Survey (Similar to Qualtrics with basic functionality) (+ PREVIEW)

  • When you need to present stuff page by page and have people answer questions

Keypress Experiment based on Stimuli

  • When participants see stuff and respond (quickly or slowly)

More Complex

Typing a list of things and Working Memory Task

  • Complex randomization of presenting stimuli and responding in a list to be automatically checked

A whole lot of common research tasks

  • Made by Stanford Psych Grad students - may require a few more tools (e.g. python), so users beware