knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
You can install the development version of actdata from GitHub with:
# install.packages("devtools") devtools::install_github("ahcombs/actdata")
library(dplyr) library(actdata)
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.
eqn_info()
to see metadata for all available equation sets.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.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.