| confessionals {survivoR} | R Documentation |
Confessionals
Description
A dataset containing the count of confessionals per castaway per episode. A confessional is when the castaway is speaking directly to the camera about their game.
Usage
confessionals
Format
This data frame contains the following columns:
versionCountry code for the version of the show
version_seasonVersion season key
season_nameThe season name
seasonThe season number
episodeEpisode number
castawayName of the castaway
castaway_idID of the castaway (primary key). Consistent across seasons and name changes e.g. Amber Brkich / Amber Mariano. The first two letters reference the country of the version played e.g. US, AU.
confessional_countThe count of confessionals for the castaway during the episode
confessional_timeThe total time for all confessionals for the episode for each castaway
index_countThe index based on the confessional counts. See details.
index_timeThe index based on the confessional time. See details.
Details
Confessional data has been counted by contributors of the survivoR R package and consolidated with external sources. The aim is to establish consistency in confessional counts in the absence of official sources. Given the subjective nature of the counts and the potential for clerical error no single source is more valid than another. Therefore, it is reasonable to average across all sources.
In the case of double or extended episodes, if the episode only has one title it is considered a single episode. This means the average number of confessionals per person is likely to be higher for this episode given it's length. If there are two episode titles the confessionals are counted for the appropriate episode. This is to ensure consistency across all other datasets.
In the case of recap episodes, this episode is left blank.
The indexes are a measure of how many more confessional counts or time the castaway has received given the point in the game. For example a 'index_count' of 1 implies the castaway has received the expected number of confessionals given equal share within tribe. An index of 1.5 implies have have received 50 typically receives more confessionals for the episode. Makes sense. 'index_time' is the same but using time instead of counts.
If you also count confessionals, please get in touch and I'll add them into the package.