Data and code for: Partitioning variance in a signaling trade-off under sexual selection reveals among-individual covariance in trait allocation
收藏资源简介:
# Data and code for:Partitioning variance in a signaling trade-off under sexual selection reveals among-individual covariance in trait allocation Michael S. Reichert, Ivan de la Hera, Maria Moiron Evolution 2024 Summary: Data are measurements of the characteristics of individual calls from a study of individual variation in calling in Cope's gray treefrog, *Hyla chrysoscelis*. ## Description of the Data and file structure Note: There are some NA entries in the data files because these are outputs of R data frames. NA corresponds to an empty cell (i.e. no data are available for that variable for that row). List of files: TreefrogVariance.csv -This is the main raw data file. Each row contains the data from a single call. Variables are as follows: CD - call duration, in seconds CR - call rate, in calls/second *Note that the intercall interval (ICI), which is analyzed in the supplement as an alternative to call rate, is not directly included in this data file but can be calculated as: ICI = (1/call rate) - call duration DC - call effort, unitless (product of call duration and call rate). Note that DC is used here because traditionally in the frog literature this is referred to as "duty cycle", but we use call effort in the paper as the more intuitive term for the non-frog specialist. ID - The unique ID code of the frog Expt - The "social context". One of four different situations in which the frog was recorded. B1 - spontaneous calling prior to playback, "baseline". P1 - calling in response to an "average" advertisement call playback. P2 - calling in response to a "competitive" advertisement call playback. B2 - spontaneous calling after playback "post-playback baseline" Date - The date in M/D/Y format CalendarDay - The day number of the year, with 1 January being day 1 Temperature - Body temeperature of the frog in degrees Celsius. HoursPast9 - Referred to in text as "Time of night", this gives the start time of the recording, in hours after 9 PM Year - Either 2019 or 2020 RepeatabilityResults.csv -For convenience, the results of the repeatability analyses used to make Figure 1. Variables are as follows: Character: The call characteristic. CD = call duration, CR = call rate, DC = duty cycle Context: The social context in which the repeatability coefficient was calculated. Cross-context refers to a calculation from combined data across all four contexts. RepeatabilityCoefficient: The value of the repeatability coefficient estimated from the model LowerCI: The lower bound of the 95% credible interval for the repeatability coefficient UpperCI: The upper bound of the 95% credible interval for the repeatability coefficient. \################### All analyses were performed in R version 4.1.0 software The following packages were used: MCMCglmm version 2.33 tidyverse version 1.3.1 cowplot version 1.1.1 RColorBrewer version 1.1-2 ## Sharing/access Information Available on Dryad
# 配套数据与代码:《性选择下信号权衡的方差分解揭示性状分配的个体间协方差》(Partitioning variance in a signaling trade-off under sexual selection reveals among-individual covariance in trait allocation) 作者:Michael S. Reichert、Ivan de la Hera、Maria Moiron 期刊:《进化》(Evolution)2024年 ## 摘要 本数据集包含考普灰树蛙(Cope's gray treefrog,*Hyla chrysoscelis*)鸣叫个体差异研究中,单一个体鸣叫的特征测量数据。 ## 数据与文件结构说明 注:数据文件中存在部分NA条目,因这些文件为R数据框的导出结果。NA代表空单元格(即该行对应变量无可用数据)。 ### 文件列表 1. **TreefrogVariance.csv**:本数据集核心原始数据文件。每一行对应单次鸣叫的测量数据,变量说明如下: - CD:鸣叫时长(call duration),单位为秒 - CR:鸣叫速率(call rate),单位为次/秒 *注:呼叫间隔(intercall interval, ICI)作为鸣叫速率的替代指标在补充材料中进行了分析,本数据文件未直接收录该变量,但可通过以下公式计算:`ICI = 1/鸣叫速率 - 鸣叫时长`* - DC:鸣叫投入(call effort),无单位(为鸣叫时长与鸣叫速率的乘积)。注:本文中使用“鸣叫投入”这一更易懂的术语,而非两爬文献中传统所称的“占空比(duty cycle)” - ID:蛙类个体的唯一识别码 - Expt:实验社会背景,共4种录音场景: - B1:回放刺激前的自发鸣叫,即"基线(baseline)"场景 - P1:响应"平均(average)"求偶鸣叫回放的鸣叫场景 - P2:响应"竞争性(competitive)"求偶鸣叫回放的鸣叫场景 - B2:回放刺激后的自发鸣叫,即"回放后基线(post-playback baseline)"场景 - Date:日期,格式为月/日/年(M/D/Y) - CalendarDay:一年中的日序,1月1日为第1天 - Temperature:蛙类体温,单位为摄氏度 - HoursPast9:文中称为"夜间时段",代表录音开始时间,以晚上9点后经过的小时数计 - Year:年份,仅为2019或2020 2. **RepeatabilityResults.csv**:为便于使用,本文件包含用于生成图1的重复性分析结果,变量说明如下: - Character:鸣叫特征类型,可选值为CD(鸣叫时长)、CR(鸣叫速率)、DC(占空比/鸣叫投入) - Context:计算重复性系数时的社会背景,跨背景(Cross-context)指整合所有4种场景的数据进行计算的结果 - RepeatabilityCoefficient:通过模型估算得到的重复性系数数值 - LowerCI:重复性系数95%可信区间的下限 - UpperCI:重复性系数95%可信区间的上限 所有分析均通过R 4.1.0版本软件完成,使用的R包包括:MCMCglmm(版本2.33)、tidyverse(版本1.3.1)、cowplot(版本1.1.1)及RColorBrewer(版本1.1-2)。 ## 共享与获取信息 数据集的共享与获取详情可在Dryad平台查询。



