knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

vmapp2017

Data package for "Voluntary action alters the perception of visual illusions", published in Attention, Perception & Psychophysics (Vuorre & Metcalfe, 2017).

The files are contained in a GitHub repository at https://github.com/mvuorre/vmapp2017. The analysis is described on the repository's homepage at https://mvuorre.github.io/vmapp2017/

How to get the data

The data can be downloaded as .csv files from the data-raw folder at https://github.com/mvuorre/vmapp2017. It can also be installed as an R package directly from R:

# install.packages("devtools")  # Install this package if needed
devtools::install_github("mvuorre/vmapp2017")
library(vmapp2017)

Once the vmapp2017 is loaded into the workspace, you can directly access the visual illusion data in the illusion variable.

head(illusion)

The interval estimation data (Experiment 1b) is in an object called ie

head(ie)

The data files are described on their R help pages, or in "Reference", on top of this page.

The data analysis is fully described in "Articles -> Data Analysis" on top of this page.

Citation:

citation("vmapp2017")


mvuorre/vmapp2017 documentation built on May 6, 2019, 1:32 a.m.