knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Getting started with actdata

Installation

You can install the development version of actdata from GitHub with:

# install.packages("devtools")
devtools::install_github("ahcombs/actdata")
library(dplyr)
library(actdata)

Available data

The primary purpose of actdata is to be a repository for publicly available affect control theory data sets in a way that makes them easy to incorporate into a reproducible, transparent R-based analysis workflow.

Two types of data are available.

Dictionaries have been standardized to make it easy to compare terms across them. See the standardization details page for more information on these processes. There is also a worked example of the kind of cross-dictionary, over-time analysis that this standardization makes relatively straightforward.

Synergy with analysis programs

Often, researchers who use affect control theory data sets do so to simulate interaction. Several other tools are available to run these simulations. actdata provides functions that make it easy to access data with the package, modify it in whatever way necessary, and convert it to formats that are easy to import to other programs that can be used for analysis.

actdata is designed to work alongside three simulation softwares: Interact Java, inteRact, and BayesACT and its R wrapper bayesactR. See the data export help page for more information.



ahcombs/actdata documentation built on Jan. 15, 2025, 6:48 p.m.