Description Usage Arguments Value
View source: R/processRatings.R
This function takes the data column from the output of
readRatings
and calls the getPicID
,
getQuestion
, and getRating
functions. It combines
the outputs of them, and returns a dataframe/tibble with 242 rows and four
columns:
round: The round number (integer)
picture: The picture ID from IAPS dataset (factor)
question: "positive" or "negative" values based on whether the question was "How positive does this make you feel?" or "How negative does this make you feel?" (factor)
rating: The image rating for that round/question combination (double)
1 |
data |
The data output from |
Dataframe/tibble with 242 rows and four columns containing information about the round, picture ID, question asked, and rating value. See description for more information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.