Package IATScore. January 10, 2018

Similar documents
Package cattonum. R topics documented: May 2, Type Package Version Title Encode Categorical Features

Package datasets.load

Package splithalf. March 17, 2018

Package fastdummies. January 8, 2018

Package repec. August 31, 2018

Package comparedf. February 11, 2019

Package kirby21.base

Package geojsonsf. R topics documented: January 11, Type Package Title GeoJSON to Simple Feature Converter Version 1.3.

Package SEMrushR. November 3, 2018

Package messaging. May 27, 2018

Package estprod. May 2, 2018

Package spark. July 21, 2017

Package heims. January 25, 2018

Package crossword.r. January 19, 2018

Package bisect. April 16, 2018

Package QCAtools. January 3, 2017

Package fitbitscraper

Package gtrendsr. October 19, 2017

Package editdata. October 7, 2017

Package pksea. December 22, 2017

Package projector. February 27, 2018

Package jdx. R topics documented: January 9, Type Package Title 'Java' Data Exchange for 'R' and 'rjava'

Package MOST. November 9, 2017

Package IRkernel. January 7, 2019

Package bupar. March 21, 2018

Package opencage. January 16, 2018

Package semver. January 6, 2017

Package bigreadr. R topics documented: August 13, Version Date Title Read Large Text Files

Package ECctmc. May 1, 2018

Package rcv. August 11, 2017

Package d3plus. September 25, 2017

Package jstree. October 24, 2017

Package raker. October 10, 2017

Package mdftracks. February 6, 2017

Package strat. November 23, 2016

Package humanize. R topics documented: April 4, Version Title Create Values for Human Consumption

Package labelvector. July 28, 2018

Package rdryad. June 18, 2018

Package auctestr. November 13, 2017

Package ggimage. R topics documented: November 1, Title Use Image in 'ggplot2' Version 0.0.7

Package hypercube. December 15, 2017

Package pwrab. R topics documented: June 6, Type Package Title Power Analysis for AB Testing Version 0.1.0

Package crossrun. October 8, 2018

Package spelling. December 18, 2017

Package sigqc. June 13, 2018

Package farver. November 20, 2018

Package tidyimpute. March 5, 2018

Package kdtools. April 26, 2018

Package calpassapi. August 25, 2018

Package ecoseries. R topics documented: September 27, 2017

Package validara. October 19, 2017

Package ggimage. R topics documented: December 5, Title Use Image in 'ggplot2' Version 0.1.0

Package textrank. December 18, 2017

Package TestDataImputation

Package canvasxpress

Package memoise. April 21, 2017

Package keyholder. May 19, 2018

Package ClusterBootstrap

Package dkanr. July 12, 2018

Package available. November 17, 2017

Package censusr. R topics documented: June 14, Type Package Title Collect Data from the Census API Version 0.0.

Package fst. December 18, 2017

Package readobj. November 2, 2017

Package PCADSC. April 19, 2017

Package rzeit2. January 7, 2019

Package catchr. R topics documented: December 30, Type Package. Title Catch, Collect, and Raise Conditions. Version 0.1.0

Package clipr. June 23, 2018

Package facerec. May 14, 2018

Package dbx. July 5, 2018

Package docxtools. July 6, 2018

Package gtrendsr. August 4, 2018

Package filelock. R topics documented: February 7, 2018

Package wrswor. R topics documented: February 2, Type Package

Package gameofthrones

Package gggenes. R topics documented: November 7, Title Draw Gene Arrow Maps in 'ggplot2' Version 0.3.2

Package sfc. August 29, 2016

Package Rdrools. July 22, 2017

Package Numero. November 24, 2018

Package regexselect. R topics documented: September 22, Version Date Title Regular Expressions in 'shiny' Select Lists

Package geniusr. December 6, 2017

Package rprojroot. January 3, Title Finding Files in Project Subdirectories Version 1.3-2

Package slickr. March 6, 2018

Package CuCubes. December 9, 2016

Package shinyfeedback

Package shinyhelper. June 21, 2018

Package essurvey. August 23, 2018

Package nlgeocoder. October 8, 2018

Package websearchr. R topics documented: October 23, 2018

Package robotstxt. November 12, 2017

Package extdplyr. February 27, 2017

Package oec. R topics documented: May 11, Type Package

Package CatEncoders. March 8, 2017

Package dyncorr. R topics documented: December 10, Title Dynamic Correlation Package Version Date

Package BibPlots. January 23, 2018

Package postal. July 27, 2018

Package rpostgislt. March 2, 2018

Package utilsipea. November 13, 2017

Package rsppfp. November 20, 2018

Package modules. July 22, 2017

Package rgdax. January 7, 2019

Transcription:

Package IATScore January 10, 2018 Type Package Title Scoring Algorithm for the Implicit Association Test (IAT) Version 0.1.1 Author Daniel Storage [aut, cre] Maintainer Daniel Storage <sabbystorage@gmail.com> This minimalist package is designed to quickly score raw data outputted from an Implicit Association Test (IAT; Greenwald, McGhee, & Schwartz, 1998) <doi:10.1037/0022-3514.74.6.1464>. IAT scores are calculated as specified by Greenwald, Nosek, and Banaji (2003) <doi:10.1037/0022-3514.85.2.197>. Outputted values can be interpreted as effect sizes. The input function consists of three arguments. First, indicate the name of the dataset to be analyzed. This is the only required input. Second, indicate the number of trials in your entire IAT (the default is set to 219, which is typical for most IATs). Last, indicate whether congruent trials (e.g., flowers and pleasant) or incongruent trials (e.g., guns and pleasant) were presented first for this participant (the default is set to congruent). The script will tell you how long it took to run the code, the effect size for the participant, and whether that participant should be excluded based on the criteria outlined by Greenwald et al. (2003). Data files should consist of six columns organized in order as follows: Block (0-6), trial (0-19 for training blocks, 0-39 for test blocks), category (dependent on your IAT), the type of item within that category (dependent on your IAT), a dummy variable indicating whether the participant was correct or incorrect on that trial (0=correct, 1=incorrect), and the participant s reaction time (in milliseconds). Three sample datasets are included in this package (labeled 'IAT', 'TooFastIAT', and 'BriefIAT') to practice with. License MIT + file LICENSE Encoding UTF-8 LazyData true RoxygenNote 6.0.1 NeedsCompilation no Repository CRAN Date/Publication 2018-01-10 20:57:45 UTC 1

2 IAT R topics documented: BriefIAT........................................... 2 IAT............................................. 2 IATScore.......................................... 3 TooFastIAT......................................... 3 Index 5 BriefIAT Sample Brief IAT Dataset (Abbreviated IAT) This dataset contains sample data from a Brief IAT (a shorter, special form of the IAT). This IAT has 140 trials, and this particular dataset would not meet criteria for exclusion. data(briefiat) An object of class tbl_df (inherits from tbl, data.frame) with 140 rows and 6 columns. data(briefiat) IAT Sample IAT Dataset (Typical) This dataset contains sample data from a fairly typical IAT. This IAT has 220 trials, and this particular dataset does not meet criteria for exclusion. data(iat) An object of class tbl_df (inherits from tbl, data.frame) with 220 rows and 6 columns. data(iat)

IATScore 3 IATScore Package to score Implicit Association Test (IAT) output This minimalist package developed by Daniel Storage is designed to quickly score raw data outputted from an Implicit Association Test (IAT; Greenwald, McGhee, & Schwartz, 1998). IAT scores are calculated as specified by Greenwald, Nosek, and Banaji (2003). Outputted values can be interpreted as effect sizes. Refer to the DESCRIPTION file for more detailed help information (or contact me at sabbystorage@gmail.com). IATScore(IAT, Trials, First) Arguments IAT Trials First The name of the dataset to be analyzed. The number of trials across your entire IAT. The default is set to 219, which is typical of most IATs. Whether participants first sorted Congruent or Incongruent trials. The default is set to Congruent. IATScore(IAT) IATScore(IAT, Trials=219) IATScore(TooFastIAT, Trials=219) IATScore(BriefIAT, Trials=139) IATScore(IAT, Trials=219, First="Congruent") IATScore(IAT, Trials=219, First="Incongruent") TooFastIAT Sample IAT Dataset (Participant went too fast) This dataset contains sample data from a participant who went too fast on the IAT. This IAT has 220 trials, and this particular dataset would meet exclusion criteria. data(toofastiat)

4 TooFastIAT An object of class tbl_df (inherits from tbl, data.frame) with 220 rows and 6 columns. data(toofastiat)

Index Topic IAT IATScore, 3 Topic datasets BriefIAT, 2 IAT, 2 TooFastIAT, 3 BriefIAT, 2 IAT, 2 IATScore, 3 TooFastIAT, 3 5