Learn R Programming

survivoR (version 2.3.6)

castaway_scores: Castaway scores

Description

The challenge, vote history, and advantage scores are a measure of success or proficiency. Higher the better. See details.

Usage

castaway_scores

Arguments

Format

This data frame contains the following columns:

version

Country code for the version of the show

version_season

Version season key

season

The season number

castaway_id

Castaway ID

castaway

Castaway

score_overall

Overall score for the castaway. Use this to compare players across seasons

score_result

Score based on the placing in the season

score_jury

Jury score based on the proportional number of votes recieved

score_vote

Voting score for the season as a proportion of their potential max score

score_adv

Advantage score. Same as p_score_adv

score_inf

Influence score. Aim at capturing influence in the game e.g. higher the score, the higher their importance to the narrative of the episode/season

r_score_chal_all

Challenge score for all challenges

r_score_chal_immunity

Challenge score for immunity challenges

r_score_chal_reward

Challenge score for reward challenges

r_score_chal_tribal

Challenge score for tribals challenges

r_score_chal_tribal_immunity

Challenge score for tribal immunity

r_score_chal_tribal_reward

Challenge score for tribal reward

r_score_chal_individual

Challenge score for individual challenges

r_score_chal_individual_immunity

Challenge score for individual immunity

r_score_chal_individual_reward

Challenge score for individual reward

r_score_chal_team

Challenge score for team challenges

r_score_chal_team_reward

Challenge score for team reward

r_score_chal_team_immunity

Challenge score for team immunity

r_score_chal_duel

Challenge score for duels

p_score_chal_all

Challenge score for all challenges

p_score_chal_immunity

Challenge score for immunity challenges

p_score_chal_reward

Challenge score for reward challenges

p_score_chal_tribal

Challenge score for tribals challenges

p_score_chal_tribal_immunity

Challenge score for tribal immunity

p_score_chal_tribal_reward

Challenge score for tribal reward

p_score_chal_individual

Challenge score for individual challenges

p_score_chal_individual_immunity

Challenge score for individual immunity

p_score_chal_individual_reward

Challenge score for individual reward

p_score_chal_team

Challenge score for team challenges

p_score_chal_team_reward

Challenge score for team reward

p_score_chal_team_immunity

Challenge score for team immunity

p_score_chal_duel

Challenge score for duels

n_votes_received

Number of votes received

n_successful_boots

Number of successful boots

p_successful_boot

Percentage of successful boots. Tribals where the castaway did not have a vote are removed from the calculation

n_tribals

Number of tribals attended

n_tribals_with_vote

Number of tribals attended where the player had a vote

r_score_vote

Vote history score

p_score_vote

Proportional vote history score for the season

r_score_adv

Advantage scores

p_score_adv

Scaled advantage scores - min max bewtween 0 and 1

n_adv_found

Number of advantages found

n_idols_found

number of idols found

n_adv_played

Number of advantages played

n_adv_not_played

Number of advantages not played

n_voted_out_with_adv

Number of advantages they were voted out with

n_voted_out_with_idol

Number of idols they were voted out with

Details

Challenge score: https://gradientdescending.com/the-sanctuary/full-challenges-list-all.html#details

The difference between the r_ and p_ sores is the r_ is the raw score which is the residual assuming equal probability. Higher the better. p_ is the residual converted to a probability.

Vote history score: https://gradientdescending.com/the-sanctuary/full-vote-list.html#details. The vote history score is somewhat experimental.

Advantage score: TBC