Data and code from: Personality matters: Owner-ascribed personality predicts range size tendencies and predation behavior in domestic cats
Data files
May 01, 2026 version files 22.12 KB
-
Cat_personality_scores.csv
2.28 KB
-
pred_data_cat.csv
5.42 KB
-
R_script_aKDEc_calculation.R
2.80 KB
-
R_script_aKDEc_models.R
2.52 KB
-
R_script_factorial_analysis.R
801 B
-
R_script_models_i_ii.R
2.35 KB
-
README.md
4.14 KB
-
resaKDE_clean.csv
1.81 KB
Abstract
Free-ranging domestic cats (Felis catus) are recognized as invasive and efficient predators on islands, although their impact on continental wildlife remains poorly understood. Predation behavior and space use are key indicators for estimating the influence of these felines on prey populations through direct killings and sublethal effects (landscape of fear). Previous work highlighted – and debated – the importance of biological (sex, age) and environmental (habitat type) factors as well as owner-related habits (feeding, play, hygiene) in shaping hunting and roaming behaviors. However, the influence of individual behavioral characteristics, known as personality, remains largely unexplored. In this study conducted in a suburban area south of Paris, we monitored 23 domestic cats using combined GPS and animal-borne camera devices (or “kittycams”) between March and May 2025. Cat predation behavior was analyzed using a detailed ethogram, and space use was studied through two parameters: core range (aKDEc50) and full range (aKDEc95). Although additional data would certainly strengthen our conclusions, our results already reveal that personality affects both range size and hunting propensity. More precisely, cats with high levels of agreeableness and neuroticism have smaller range sizes and hunt less than other individuals. Moreover, animal-borne cameras are far more reliable than the prey-report method to assess predation events and prey diversity, as only one prey was discovered of the 31 caught in total. These results pave the way for tailored, effective, and ethical management measures to mitigate the impact of domestic cats on wildlife.
Dataset DOI: 10.5061/dryad.jm63xsjrs
Description of the data and file structure
Data were collected to investigate how personality traits influence space use and predation behavior in free-ranging domestic cats (Felis catus). Twenty-three cats in a suburban area south of Paris were monitored between March and May 2025 using GPS collars and animal-borne cameras (“kittycams”). Personality scores were obtained from owner questionnaires. The dataset includes anonymized personality scores, home range estimates (aKDEc50 and aKDEc95) calculated from GPS tracks, detailed behavioral data extracted from videos using BORIS software, and R scripts used for data processing and analysis. These data can be used to study links between personality, spatial behavior, and hunting tendencies in domestic cats.
Files and variables
File: Cat_personality_scores.csv
Description: Anonymized personality test answers for the cats of the study and personality scores.
Variables
- CAT: Anonymized cat ID
- TIMIDE: Score for french adjective "shy"
- AFFECTUEUX: Score for french adjective "affectionate"
- INTELLIGENT: Score for french adjective "intelligent"
- BRUTAL: Score for french adjective "brutal"
- EFFRAYE.CHATS: Score for french adjective "fearful of other cats"
- AMICAL.GENS: Score for french adjective "friendly with people"
- ACTIF: Score for french adjective "active"
- ANXIEUX: Score for french adjective "anxious"
- DOMINANT: Score for french adjective "dominant"
- INQUIET: Score for french adjective "worried"
- GENTIL: Score for french adjective "gentle"
- INVENTIF: Score for french adjective "inventive"
- AGRESSIF.CHATS: Score for french adjective "agressive with other cats"
- CALIN: Score for french adjective "cuddly"
- CURIEUX: Score for french adjective "curious"
- IRRITABLE: Score for french adjective "irritable"
- Neuro: Neuroticism score
- Domi: Dominance score
- Agrea: Agreeableness score
- Extra: Extraversion score
File: pred_data_cat.csv
Description: Behavioral data obtained from video data using BORIS software and personality scores. File used for behavioral models (see File: R_script_models_i_ii.R).
Variables
- CAT: Anonymized cat ID
- PREDATION: Predation time observed in seconds
- TIME: Total time spent outside in seconds
- NEURO: Neuroticism score
- DOMI: Dominance score
- AGREA: Agreeableness score
- EXTRA: Extraversion score
- PREY: Amount of predation events observed (succesful or not)
File: R_script_aKDEc_calculation.R
Description: R script used for aKDEc calculation from unpublished GPS tracks.
File: R_script_aKDEc_models.R
Description: R script used for the modelization of aKDEc50 and aKDEc95 of the research paper. Uses resaKDE_clean.csv file.
File: R_script_factorial_analysis.R
Description: R script used for the exploratory factorial analysis, using an unpublished database.
File: R_script_models_i_ii.R
Description: R script used for the modelization of behavioral models of the research paper. Uses pred_data_cat.csv file.
File: resaKDE_clean.csv
Description: Results of aKDEc calculation (see R_script_aKDEc_calculation.R) and personality scores (see R_script_factorial_analysis.R). File used for aKDEc models (see R_script_aKDEc_models.R).
Variables
- Cat: Anonymized cat ID
- aKDE_50_min: Lower CI of core range / aKDEc50
- aKDE_50_est: Estimate of core range / aKDEc50
- aKDE_50_max: Upper CI of core range / aKDEc50
- aKDE_95_min: Lower CI of full range / aKDEc95
- aKDE_95_est: Estimate of full range / aKDEc95
- aKDE_95_max: Upper CI of full range / aKDEc95
- Neuroticism: Neuroticsm score
- Dominance: Dominance score
- Agreeableness: Agreeableness score
- Extraversion: Extraversion score
Code/software
All code scripts were created and used with R software (version 4.4.3).
Behavioral data were processed using BORIS software.
