-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwolff_etal_2023_manuscript.tex
933 lines (720 loc) · 87.5 KB
/
wolff_etal_2023_manuscript.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
% Options for packages loaded elsewhere
\PassOptionsToPackage{unicode}{hyperref}
\PassOptionsToPackage{hyphens}{url}
%
\documentclass[
,pub,floatsintext]{apa6}
\usepackage{amsmath,amssymb}
\usepackage{iftex}
\ifPDFTeX
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{textcomp} % provide euro and other symbols
\else % if luatex or xetex
\usepackage{unicode-math} % this also loads fontspec
\defaultfontfeatures{Scale=MatchLowercase}
\defaultfontfeatures[\rmfamily]{Ligatures=TeX,Scale=1}
\fi
\usepackage{lmodern}
\ifPDFTeX\else
% xetex/luatex font selection
\fi
% Use upquote if available, for straight quotes in verbatim environments
\IfFileExists{upquote.sty}{\usepackage{upquote}}{}
\IfFileExists{microtype.sty}{% use microtype if available
\usepackage[]{microtype}
\UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts
}{}
\makeatletter
\@ifundefined{KOMAClassName}{% if non-KOMA class
\IfFileExists{parskip.sty}{%
\usepackage{parskip}
}{% else
\setlength{\parindent}{0pt}
\setlength{\parskip}{6pt plus 2pt minus 1pt}}
}{% if KOMA class
\KOMAoptions{parskip=half}}
\makeatother
\usepackage{xcolor}
\usepackage{graphicx}
\makeatletter
\def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi}
\def\maxheight{\ifdim\Gin@nat@height>\textheight\textheight\else\Gin@nat@height\fi}
\makeatother
% Scale images if necessary, so that they will not overflow the page
% margins by default, and it is still possible to overwrite the defaults
% using explicit options in \includegraphics[width, height, ...]{}
\setkeys{Gin}{width=\maxwidth,height=\maxheight,keepaspectratio}
% Set default figure placement to htbp
\makeatletter
\def\fps@figure{htbp}
\makeatother
\setlength{\emergencystretch}{3em} % prevent overfull lines
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
\setcounter{secnumdepth}{-\maxdimen} % remove section numbering
% Make \paragraph and \subparagraph free-standing
\ifx\paragraph\undefined\else
\let\oldparagraph\paragraph
\renewcommand{\paragraph}[1]{\oldparagraph{#1}\mbox{}}
\fi
\ifx\subparagraph\undefined\else
\let\oldsubparagraph\subparagraph
\renewcommand{\subparagraph}[1]{\oldsubparagraph{#1}\mbox{}}
\fi
\newlength{\cslhangindent}
\setlength{\cslhangindent}{1.5em}
\newlength{\csllabelwidth}
\setlength{\csllabelwidth}{3em}
\newlength{\cslentryspacingunit} % times entry-spacing
\setlength{\cslentryspacingunit}{\parskip}
\newenvironment{CSLReferences}[2] % #1 hanging-ident, #2 entry spacing
{% don't indent paragraphs
\setlength{\parindent}{0pt}
% turn on hanging indent if param 1 is 1
\ifodd #1
\let\oldpar\par
\def\par{\hangindent=\cslhangindent\oldpar}
\fi
% set entry spacing
\setlength{\parskip}{#2\cslentryspacingunit}
}%
{}
\usepackage{calc}
\newcommand{\CSLBlock}[1]{#1\hfill\break}
\newcommand{\CSLLeftMargin}[1]{\parbox[t]{\csllabelwidth}{#1}}
\newcommand{\CSLRightInline}[1]{\parbox[t]{\linewidth - \csllabelwidth}{#1}\break}
\newcommand{\CSLIndent}[1]{\hspace{\cslhangindent}#1}
\ifLuaTeX
\usepackage[bidi=basic]{babel}
\else
\usepackage[bidi=default]{babel}
\fi
\babelprovide[main,import]{english}
% get rid of language-specific shorthands (see #6817):
\let\LanguageShortHands\languageshorthands
\def\languageshorthands#1{}
% Manuscript styling
\usepackage{upgreek}
\captionsetup{font=singlespacing,justification=justified}
% Table formatting
\usepackage{longtable}
\usepackage{lscape}
% \usepackage[counterclockwise]{rotating} % Landscape page setup for large tables
\usepackage{multirow} % Table styling
\usepackage{tabularx} % Control Column width
\usepackage[flushleft]{threeparttable} % Allows for three part tables with a specified notes section
\usepackage{threeparttablex} % Lets threeparttable work with longtable
% Create new environments so endfloat can handle them
% \newenvironment{ltable}
% {\begin{landscape}\centering\begin{threeparttable}}
% {\end{threeparttable}\end{landscape}}
\newenvironment{lltable}{\begin{landscape}\centering\begin{ThreePartTable}}{\end{ThreePartTable}\end{landscape}}
% Enables adjusting longtable caption width to table width
% Solution found at http://golatex.de/longtable-mit-caption-so-breit-wie-die-tabelle-t15767.html
\makeatletter
\newcommand\LastLTentrywidth{1em}
\newlength\longtablewidth
\setlength{\longtablewidth}{1in}
\newcommand{\getlongtablewidth}{\begingroup \ifcsname LT@\roman{LT@tables}\endcsname \global\longtablewidth=0pt \renewcommand{\LT@entry}[2]{\global\advance\longtablewidth by ##2\relax\gdef\LastLTentrywidth{##2}}\@nameuse{LT@\roman{LT@tables}} \fi \endgroup}
% \setlength{\parindent}{0.5in}
% \setlength{\parskip}{0pt plus 0pt minus 0pt}
% Overwrite redefinition of paragraph and subparagraph by the default LaTeX template
% See https://github.com/crsh/papaja/issues/292
\makeatletter
\renewcommand{\paragraph}{\@startsection{paragraph}{4}{\parindent}%
{0\baselineskip \@plus 0.2ex \@minus 0.2ex}%
{-1em}%
{\normalfont\normalsize\bfseries\itshape\typesectitle}}
\renewcommand{\subparagraph}[1]{\@startsection{subparagraph}{5}{1em}%
{0\baselineskip \@plus 0.2ex \@minus 0.2ex}%
{-\z@\relax}%
{\normalfont\normalsize\itshape\hspace{\parindent}{#1}\textit{\addperi}}{\relax}}
\makeatother
% \usepackage{etoolbox}
\makeatletter
\patchcmd{\HyOrg@maketitle}
{\section{\normalfont\normalsize\abstractname}}
{\section*{\normalfont\normalsize\abstractname}}
{}{\typeout{Failed to patch abstract.}}
\patchcmd{\HyOrg@maketitle}
{\section{\protect\normalfont{\@title}}}
{\section*{\protect\normalfont{\@title}}}
{}{\typeout{Failed to patch title.}}
\makeatother
\usepackage{xpatch}
\makeatletter
\xapptocmd\appendix
{\xapptocmd\section
{\addcontentsline{toc}{section}{\appendixname\ifoneappendix\else~\theappendix\fi\\: #1}}
{}{\InnerPatchFailed}%
}
{}{\PatchFailed}
\keywords{context dependence, corvid, number, numerical cognition, preference\newline\indent Word count: 7916}
\usepackage{csquotes}
\usepackage{orcidlink}
\usepackage[justification=Centering,position=top]{subfig}
\usepackage{setspace}
\ifLuaTeX
\usepackage{selnolig} % disable illegal ligatures
\fi
\IfFileExists{bookmark.sty}{\usepackage{bookmark}}{\usepackage{hyperref}}
\IfFileExists{xurl.sty}{\usepackage{xurl}}{} % add URL line breaks if available
\urlstyle{same}
\hypersetup{
pdftitle={Friends aren't food: Pinyon jays (Gymnorhinus cyanocephalus) show context-dependent numerical cognition},
pdfauthor={London M. Wolff1, Katherine Carey1, \& Jeffrey R. Stevens1},
pdflang={en-EN},
pdfkeywords={context dependence, corvid, number, numerical cognition, preference},
hidelinks,
pdfcreator={LaTeX via pandoc}}
\title{Friends aren't food: Pinyon jays (\emph{Gymnorhinus cyanocephalus}) show context-dependent numerical cognition}
\author{London M. Wolff\textsuperscript{1}, Katherine Carey\textsuperscript{1}, \& Jeffrey R. Stevens\textsuperscript{1}}
\date{}
\shorttitle{Numerical cognition in pinyon jays}
\authornote{
PsyArXiv: \url{https://doi.org/10.31234/osf.io/kxgwt}
Version: 2023-08-18
London M. Wolff, \orcidlink{0000-0001-8359-2619} \url{https://orcid.org/0000-0001-8359-2619}.
Jeffrey R. Stevens, \orcidlink{0000-0003-2375-1360} \url{https://orcid.org/0000-0003-2375-1360}.
Correspondence concerning this article should be addressed to Jeffrey R. Stevens, B83 East Stadium, University of Nebraska-Lincoln, Lincoln, NE, USA 68588. ORCID 0000-0003-2375-1360. E-mail: \href{mailto:[email protected]}{\nolinkurl{[email protected]}}
}
\affiliation{\vspace{0.5cm}\textsuperscript{1} Department of Psychology, Center for Brain, Biology \& Behavior, University of Nebraska-Lincoln, Lincoln, NE, USA}
\abstract{%
Animals must often discriminate different quantities of objects in their environment, from food items to conspecifics. Yet we know little about how numerical cognitive abilities compare across different types of objects. Previous research shows individuals use both the numerical difference (large \(-\) small) and numerical ratio (small/large) between two numbers to discriminate between them. This study investigated whether numerical difference and ratio predict preferences for quantities of food items and conspecifics in pinyon jays (\emph{Gymnorhinus cyanocephalus}) using numerical preference tasks. In two replications of the food experiment (N=12), pinyon jays chose larger quantities of mealworms more when numerical differences were large and numerical ratios were small. However, numerical difference and ratio did not influence food choice independently. In two replications of the social experiment (N=20), when choosing between groups of conspecifics, pinyon jays did not prefer the larger over smaller group sizes and did not show numerical difference or ratio effects. Therefore, pinyon jays may use numerical information differently when deciding between quantities of food items and conspecifics. While quantity was important for selecting food items, other factors such as individual identity may be more important for selecting social groups to join. Thus, the type of objects offered can influence how animals use numerical information to choose among quantities.
}
\begin{document}
\maketitle
\hypertarget{introduction}{%
\section{Introduction}\label{introduction}}
When a hungry pinyon jay (\emph{Gymnorhinus cyanocephalus}) flies to a grove of pine trees, should they choose the tree with just a few pine cones or the tree with several dozen? Later in the season when they are looking for a mate, should they join a flock of 10 birds or 50? Animals often must make choices between different quantities of options across a wide range of contexts, such as foraging for food and selecting social partners. Yet little is known about how animals use numerical information across these contexts.
Quantification skills have strong adaptive value for survival and reproduction (Nieder, 2018), playing roles in navigation, predator avoidance, territory defense, foraging, courtship, and mating (Arak, 1983; White et al., 2009; Carazo et al., 2012; Yang \& Chiao, 2016; Agrillo et al., 2017; Nieder, 2020). And many animal species have demonstrated the ability to quantify objects in their environment, including arthropods (Dacke \& Srinivasan, 2008), fish (Agrillo et al., 2008, 2011; Agrillo \& Dadda, 2007), amphibians (Uller et al., 2003), birds (Xia et al., 2001; Emmerton \& Renner, 2006, 2009), and mammals (Vonk \& Beran, 2012; Nieder, 2018; Call, 2000; Beran, 2001). These abilities have been studied across a range of objects and contexts, using several different experimental techniques (Agrillo \& Beran, 2013; Agrillo \& Bisazza, 2014). In \emph{food preference tasks}, for instance, animals are presented with two different quantities of food and are allowed to consume the chosen quantities. Animals should choose the larger rewards when they (1) can discriminate between the two quantities and (2) are motivated to choose and consume more food. Importantly, a lack of preference does not mean an inability to discriminate (Mendelson et al., 2016). Discrimination requires an animal to recognize two things as different while preference signifies a desire for one choice over the other. A preference implies discrimination, but lack of a preference does not imply an absence of discrimination.
Most of the tasks designed to measure numerical cognition use food or computer stimuli as quantifiable objects (Call, 2000; Beran, 2001; Scarf et al., 2011; Rugani et al., 2013; Kelly, 2016). Yet other objects are also important to quantify. Numbers of conspecifics, for example, are important for avoiding predators by diluting their probability of being captured (Hamilton, 1971). And animals are sensitive to conspecific numbers in the wild, preferring larger over smaller groups to join (Emmerton, 2001; Krause \& Ruxton, 2002; Silk et al., 2014) or comparing their current group size to the size of a rival group during competition (McComb et al., 1994; Wilson et al., 2001; Kitchen, 2004). In \emph{social preference tasks}, animals (primarily fish) have been given the choice between joining groups of different numbers of conspecifics to assess quantification, and they are sensitive to conspecific number (Buckingham et al., 2007; Agrillo et al., 2008; Gómez-Laplaza \& Gerlai, 2016).
Despite existing work on quantifying food and conspecifics, little research has directly compared numerical cognition across different types of objects to assess whether animals use numerical information similarly across these contexts. One of the key cognitive processes proposed for quantification is the \emph{approximate number system}, which involves the estimation of numerical quantity without relying on language or symbols (Feigenson et al., 2004; Nieder, 2020). The approximate number system is characterized by two key effects (Dehaene et al., 1998; Ditz \& Nieder, 2016). For the \emph{numerical distance effect}, discrimination improves with increasing numerical difference between two values (i.e., mathematical difference between two numbers: 4 \(-\) 2 has a difference of 2). Discrimination becomes easier as the difference increases and the options become more dissimilar. For the \emph{numerical ratio effect}, discrimination improves as the numerical ratio (i.e., mathematical quotient between two numbers: 2/4 has a ratio of 0.5) between values decreases. Discrimination becomes more difficult as the numerical ratio approaches 1 and the options become more similar. The numerical ratio effect has been formalized as Weber's Law, which quantifies the perceived change between two stimuli and predicts that change detection depends on the stimuli's ratio (Fechner, 1860). Animals typically discriminate food quantities better when there are larger numerical differences (Agrillo \& Dadda, 2007; Kelly, 2016; Agrillo et al., 2008) and smaller numerical ratios (Cantlon \& Brannon, 2006; Hanus \& Call, 2007; Evans et al., 2009; Tornick et al., 2015; Bisazza \& Santacà, 2022), supporting the numerical distance and ratio effects respectively.
Data showing distance and ratio effects illustrate the use of approximate amounts rather than precise numbers. But difference and ratio are not independent; they are highly correlated (Lyons et al., 2015). As difference increases, ratio decreases. Thus, it is possible for animals to use either difference or ratio or both to quantify objects. For instance, numerical tasks in some species show effects of ratio but not difference (Cantlon \& Brannon, 2006; Buckingham et al., 2007; Gómez-Laplaza \& Gerlai, 2011; Tornick et al., 2015), whereas other studies show effects of both difference and ratio, with the other held constant (Agrillo et al., 2007; Kelly, 2016; Bisazza \& Santacà, 2022). This is important because Weber's Law predicts that only ratio should drive discrimination---difference should not influence discrimination above and beyond ratio (Cantlon \& Brannon, 2006). Therefore, an independent contribution of difference suggests an additional quantitative process beyond the ratio-dependence of Weber's Law.
\hypertarget{present-study}{%
\subsection{Present Study}\label{present-study}}
Pinyon jays, a highly social species of North American corvid (Balda \& Kamil, 1998), are well-suited for examining effects of context on numerical cognition because of their diet and social habits. They live in flocks ranging from 50 to 500 birds with fission-fusion dynamics in which members of a community form frequently changing subgroups (Marzluff \& Balda, 1992). Fission-fusion group living reduces predation risk and improves foraging success (Lehmann et al., 2007; Dange et al., 2021). This is relevant to quantification, as birds in fission-fusion groups must often choose between breaking off into a smaller sub-group or rejoining the larger colony. One of the largest motivators of this decision-making process is foraging benefit (Silk et al., 2014). Pinyon jays forage for protein-rich pine nuts, which they cache and rely on in the winter (Marzluff \& Balda, 1992). The need to retrieve cached food sources may place strong selection pressure on numerical cognition, as they need to store as many pine seeds as possible to survive the winter. Thus, pinyon jays rely on quantifying the number of birds in a flock for social living decisions and the number of food items available for foraging decisions.
The primary aim of the present study was to investigate how pinyon jays use numerical difference and ratio to choose between different quantities of food items or conspecifics. To address this aim, we offered pinyon jays a series of choices between smaller and larger numbers of either food items or conspecifics. To address our research question, we tested three hypotheses. Our first hypothesis posits that pinyon jays will, on average, prefer larger over smaller numbers. An animal is more likely to survive if they consume more food and live in larger rather than smaller groups. Our second hypothesis posits that pinyon jays will show stronger preferences for more items when the numerical pairs have higher numerical differences and lower numerical ratios. As differences and ratios move away from 1, discrimination becomes easier. Our third hypothesis posits that both numerical difference and ratio will influence preference independently of each other. While discrimination tasks in primates show only ratio effects (Cantlon \& Brannon, 2006), similarity judgment tasks in humans show independent effects of difference and ratio (Stevens \& Soh, 2018). We suggest that numerical preference tasks are more similar to similarity judgment tasks than discrimination tasks; therefore, we predict that results from our preference tasks will mirror results found in human similarity judgment tasks.
\hypertarget{methods}{%
\section{Methods}\label{methods}}
We conducted experiments to investigate quantification of both food and conspecifics. Each experiment was replicated with two sets of birds, and most subjects experienced both the food and social experiment. Videos are available in the supplementary materials at \url{https://osf.io/g45nk/}.
\hypertarget{subjects}{%
\subsection{Subjects}\label{subjects}}
Our study population of 21 pinyon jays (\emph{Gymnorhinus cyanocephalus}) was wild born and locally housed. Researchers captured these birds in either Arizona or California (United States Fish and Wildlife permit MB694205) between 2006 and 2011. At capture, they were estimated to be between one and three years of age. The University of Nebraska-Lincoln Institutional Animal Care and Use Committee approved this project (protocols \#1709 and \#2059), and all procedures conformed to the ASAB/ABS Guidelines for the use of animals in research. All subjects completed prior cognitive and behavioral experiments and were handled by humans extensively during their time in the lab.
This project consisted of two replicates of each experiment. Within a replicate, the food and social experiments ran concurrently with separate birds as subjects. After the first replicate, most birds switched experiments for the second replicate. For replicate 1, 8 pinyon jays (1 female) completed all rounds of the food experiment, and 10 jays (4 female) completed all rounds of the social experiment (Table \ref{tab:subjectinfotablelatex}). A further 17 jays (6 female) were used as conspecifics in the social experiment. Two jays were dropped from the social experiment due to unrelated health concerns. For replicate 2, 4 pinyon jays (1 female) completed all rounds of the food experiment, and 10 jays (1 female) completed all rounds of the social experiment (Table \ref{tab:subjectinfotablelatex}). A further 8 jays (4 female) from the colony were used as conspecifics in the social experiment. For social replication 2, we removed the three most popular birds from social repetition 1 to better control for individual preference across conspecifics.
The jays in the food experiment were housed in pairs, while the subjects in the social experiment were individually housed and the conspecifics were group housed. Upon completion of the first phase of experiments birds were changed to the opposite housing type to stay consistent. Subjects were not food restricted in either experiment.
\hypertarget{numerical-pairs}{%
\subsection{Numerical Pairs}\label{numerical-pairs}}
We used the same set of 15 numerical pairs between 1 and 6 (e.g., 1 vs 2, 1 vs 3, 1 vs 4, etc.) for all four experiments except the second social experiment which used all but four of the pairs (Table \ref{tab:pairstablelatex}). We chose these numerical pairs because they systematically include all numerical pairs for numbers 1-6, which provides a good distribution of differences and ratios. Within these 15 pairs are the differences 1 through 5 and ratios of 0.17, 0.20, 0.25, 0.33, 0.40, 0.50, 0.60, 0.67, 0.75, 0.80, 0.83. To reduce the number of birds needed for the second social experiment, we removed the four numerical pairs that required nine or more conspecific birds.
\begin{table}[!h]
\caption{\label{tab:pairstablelatex}Factorial Pair Combinations}
\centering
\begin{threeparttable}
\begin{tabular}[t]{lcc}
\toprule
Pair & Difference & Ratio\\
\midrule
1:2 & 1 & 0.50\\
1:3 & 2 & 0.33\\
1:4 & 3 & 0.25\\
1:5 & 4 & 0.20\\
1:6 & 5 & 0.17\\
2:3 & 1 & 0.67\\
2:4 & 2 & 0.50\\
2:5 & 3 & 0.40\\
2:6 & 4 & 0.33\\
3:4 & 1 & 0.75\\
3:5 & 2 & 0.60\\
3:6\textsuperscript{*} & 3 & 0.50\\
4:5\textsuperscript{*} & 1 & 0.80\\
4:6\textsuperscript{*} & 2 & 0.67\\
5:6\textsuperscript{*} & 1 & 0.83\\
\bottomrule
\end{tabular}
\begin{tablenotes}
\item[*] Pairs not used in Social 2.
\item \textit{Note: }
\item Table used with permission under a CC-BY4.0 license: Wolff et al. (2023); available at https://doi.org/10.31234/osf.io/kxgwt.
\end{tablenotes}
\end{threeparttable}
\end{table}
\hypertarget{food-experiment}{%
\subsection{Food Experiment}\label{food-experiment}}
The apparatus for the food experiment included a bird cage (72 \(\times\) 48 \(\times\) 48 cm) abutting a plastic stand with sliding trays that contained mealworms (Figure \ref{fig:foodapp}). The stand was set at a 15 degree angle tilted toward the subject to facilitate mealworm viewing. The stand included two channels that guided Plexiglas trays. Each Plexiglas tray had a standard petri dish placed 1.5 cm away from the front. Mealworms were placed in the front two-thirds of the petri dish so the subjects could easily reach them, and they were evenly distributed across the available area. The cage included three perches: one larger free-standing perch toward the back of the cage and two smaller perches attached to each side of the front of the cage. Subjects started each trial perched on the back perch, and they chose an option by landing on one of the front perches. The unchosen tray was slid out of reach, and the subjects then consumed the mealworms on the chosen side (see Supplementary Video).
\begin{figure}[h]
\caption{\newline Food Experiment Apparatus \label{fig:foodapp}}
\begin{center}
\includegraphics[width=0.75\linewidth]{"../figures/food_apparatus.png"}
\end{center}
\textit{Note.} Overhead view. Subjects started the trial on the back perch and hopped forward to one of the front perches to signal choice. The experimenter sat on the other side of the stand and slid the opposite tray out of reach, allowing the subject to consume their chosen mealworms.
\end{figure}
\hypertarget{habituation-and-training}{%
\subsection{\texorpdfstring{\emph{Habituation and Training}}{Habituation and Training}}\label{habituation-and-training}}
Prior to experimental sessions, all birds were habituated to the experimental room, cage, and stand and then experienced training. Depending on the bird, this took between 9-16 weeks, as each bird ran once a day between 11:00-15:00 CT. Subjects experienced four training phases in total, each meant to teach the bird a different piece of the paradigm.
The first phase (rear cup habituation) habituated subjects to the apparatus. For \emph{rear cup habituation}, the experimenter brought a subject from their home cage and released them into the test cage. Five mealworms were placed in each of the two feeding bowls into slots at the back of the cage. After three minutes, the experimenter counted the number of mealworms consumed in each food dish and returned the subject to its home cage.
The second phase (front dish habituation) encouraged the birds to place their heads through holes at the front of the cage to consume mealworms from the dishes on the trays. \emph{Front dish habituation} was similar to rear cup habituation, except three mealworms were placed in both dishes on the Plexiglas trays. The experimenter pushed the trays forward to present the dishes to the subject in one swift and smooth motion. After three minutes, the experimenter counted the number of mealworms eaten in each dish and returned the subject to their home cage.
The third phase (moving dish training) introduced the subjects to the fact that the dish on the unchosen side moved out of reach. \emph{Moving dish training} was identical to front dish habituation, except the experimenter pulled back the tray in front of the unchosen perch. If subjects ate all three mealworms before three minutes expired, we repeated this process. If the bird did not finish their mealworms, we waited the rest of the three minutes before returning them to their home cage.
The fourth phase (mixed reward training) taught the subjects to quickly make a choice between zero or three mealworms, eat, and then set up for another trial in quick succession. The \emph{mixed reward training} was identical to the moving dish training, except one of the dishes held no mealworms while the other held three mealworms. Subjects completed six of these 30-second trials per session.
Subjects progressed to a new phase after consuming at least 70\% of the mealworms offered in their current phase for three consecutive days. Subjects could also regress to a previous phase if they consumed less than 25\% of the mealworms offered on five out of seven days of training.
\hypertarget{experimental-procedure}{%
\subsection{\texorpdfstring{\emph{Experimental Procedure}}{Experimental Procedure}}\label{experimental-procedure}}
All experimental sessions ran between 11:00-15:00 CT. The subjects were not on a restricted diet and were fed for the day directly after completing their respective test trials. One experimenter conducted each session. The first trial of the session consisted of one round of mixed reward training. If they failed this check, the experimenter completed two more rounds of mixed reward training. If they failed two out of three of these trials, this triggered de-bias training. If they succeed, they continued to the experimental trials.
At the beginning of each trial, the experimenter placed the appropriate number of mealworms (placed 2.5 cm apart) in each dish. The subject then started the trial on the back perch and hopped forward to one of the front perches to signal choice. The experimenter then removed the opposite dish, and the subject had up to three minutes to consume the mealworms (see Supplementary Video). If the subject did not make a choice and/or finish all mealworms within three minutes, we ended the session. Once the subject consumed all mealworms, we immediately started the next trial. The first trial in which the subject did not finish all their chosen mealworms triggered a stop for that day's session. Subjects completed on average 3.25 trials per session for replicate 1 and 2.75 trials per session in replicate 2 with one session per day. Subjects ran in a randomized order each day. Each bird experienced 10 repetitions for each of the 15 numerical pairs between 1 and 6 (Table \ref{tab:pairstablelatex}). The pairs were organized into blocks with one instance of each pair per block and order was randomly shuffled within each block.
\hypertarget{side-bias-protocol}{%
\subsection{\texorpdfstring{\emph{Side-Bias Protocol}}{Side-Bias Protocol}}\label{side-bias-protocol}}
During habituation, three consecutive days of no choices and/or not eating mealworms on one side triggered side de-bias training. During experimental sessions, there were two triggers for de-bias training: either not completing the first 0 vs.~3 practice test trial correctly or when a bird chose the same side for 10 consecutive trials. De-biasing training consisted of three mealworms placed in the dish the subject avoided and no mealworms in the side they preferred. The subject was allowed up to one minute to select the dish that contained mealworms. If the bird did not make a choice or eat any mealworms in the allotted time, we removed the trays from the stand, placed them out of view of the bird, waited a few seconds, then began the trial over. If they ate within the minute, we reset as soon as they ate until they had five total opportunities to eat. The bird returned to habituation or experimental sessions once they successfully chose the avoided side immediately and ate at least 60\% of the mealworms provided.
\hypertarget{social-experiment}{%
\subsection{Social Experiment}\label{social-experiment}}
\hypertarget{apparatus}{%
\subsection{\texorpdfstring{\emph{Apparatus}}{Apparatus}}\label{apparatus}}
The apparatus for the social experiment was a Y-maze formed out of chicken wire, plastic sheets, and Plexiglas (Figure \ref{fig:socialapp}). The subject entered a large chamber at the base of the maze before choosing one of two arms of the Y-maze. At the entrance to both arms, transparent guillotine-style doors were closed after the bird walked or flew past them, thus making a choice between the option on the left or right. At the end of each arm, was a large bird cage (72 \(\times\) 48 \(\times\) 48 cm) housing the conspecific birds. Each cage had two lengthwise perches for the conspecific birds to use and one small perch hanging from the top.
\begin{figure}[H]
\caption{\newline Social Experiment Apparatus \label{fig:socialapp}}
\begin{center}
\includegraphics[width=0.65\linewidth]{"../figures/social_apparatus.png"}
\end{center}
\textit{Note.} Overhead view. Subjects were held inside the main chamber of the Y maze and shown each group of conspecifics for six seconds a piece. They were then released into the chamber to make a choice. Once the subject crossed under a door, the doors were closed and the bird stayed with their chosen conspecific(s) for three minutes..
\end{figure}
\hypertarget{habituation-and-training-1}{%
\subsection{\texorpdfstring{\emph{Habituation and Training}}{Habituation and Training}}\label{habituation-and-training-1}}
Prior to experimentation, we habituated all birds to both the experimental room and the apparatus to ensure that neither the handling of the birds nor anything within the room would cause our subjects stress. For habituation, we attached a food cup to the front of each bird cage. For a habituation session, the experimenter placed five mealworms in each of the cups. The experimenter then brought the subject into the room, opened both doors, and showed the subject each arm of the maze for six seconds, randomizing between subjects the side shown first. The subject was then gently placed on the bottom of the testing chamber as close to the center as possible with the bird facing away from their options. Once the subject crossed the threshold of a door, the door was closed behind them, and the bird could explore the chosen arm and consume the mealworms for two minutes. After the two minutes expired, the experimenter removed the subject from the apparatus and recorded the number of mealworms consumed.
Subjects experienced one habituation session per day for five days a week. They completed habituation once they consistently consumed at least 80\% of the mealworms offered to them in both arms of the apparatus and had no signs of a side bias. Depending on the bird, this took between 4-6 weeks.
\hypertarget{experimental-procedure-1}{%
\subsection{\texorpdfstring{\emph{Experimental Procedure}}{Experimental Procedure}}\label{experimental-procedure-1}}
All experimental trials ran between 09:00-17:00 CT, with birds being run once or twice a day depending on personnel. The subjects were not food restricted. During replicate 1, two experimenters were present at each session: the `handler' handled the subject, while the `recorder' handled the camera and the guillotine doors. The experimenter placed the conspecific birds in their respective cages and allowed them to acclimate to the room for 10 minutes before experimentation. The handler then placed the subject inside the apparatus and showed them each option for six seconds (counter balancing which was shown first) before releasing the subject into the chamber (see Supplementary Video). Once the subject crossed the threshold of one of the doors, the recorder closed both doors. After three minutes elapsed, the handler collected the subject and returned them to their home cage. These steps repeated until all birds had run through the experiment. During replicate 2, the experimenter completed the duties of both handler and recorder.
For replicate 1, each subject experienced five repetitions for each of the 15 numerical pairs between 1 and 6 (Table \ref{tab:pairstablelatex}). The side of the larger option was pseudo-randomized with no left or right runs longer than three in a row. The pairs were organized into blocks with one instance of each pair per block and pairs randomly shuffled within each block. The order in which the subjects ran in a particular day was also randomly shuffled. Subjects experienced one trial per session and one session per day. Conspecific birds participated in a mean of 308.8 and a median of 350.0 sessions across the replicate.
For replicate 2, each bird experienced 10 repetitions for each of the 15 numerical pairs between 1 and 6 except for the four pairs that required more than eight conspecific birds (4:5, 3:6, 4:6, 5:6). This was done in an effort to better account for individual bird preference among the subjects for certain conspecific birds. Randomization was the same as replicate 1. Subjects experienced one trial per session and one to two sessions per day. Conspecific birds participated in a mean of 825.0 and a median of 825.0 sessions across the replicate.
\hypertarget{side-bias-protocol-1}{%
\subsection{\texorpdfstring{\emph{Side-Bias Protocol}}{Side-Bias Protocol}}\label{side-bias-protocol-1}}
If any subject chose either the left or right side for six consecutive sessions in either habituation or experimentation, they experienced side de-biasing. For side de-biasing, only one door was open in the apparatus, the door leading to the side the subject avoided. We placed five mealworms in the food cup at the end of that arm with no conspecific birds present. The bird had up to five minutes to walk/fly past the door into the correct side and three minutes once the door shut behind them to eat the mealworms. Subjects experienced five consecutive trials in a de-biasing session. The subject returned to habituation or experimental sessions once they successfully choose the avoided side immediately upon release and ate at least 60\% of the mealworms provided.
\hypertarget{data-analysis}{%
\subsection{Data Analysis}\label{data-analysis}}
Data were analyzed and processed for the project using R (Version 4.3.1; R Core Team, 2023) and the R-packages \emph{BayesFactor} (Version 0.9.12.4.4; Morey \& Rouder, 2018), \emph{bayestestR} (Version 0.13.1; Makowski et al., 2019), \emph{ggcorrplot} (Version 0.1.4; Kassambara, 2019), \emph{here} (Version 1.0.1; Müller, 2020), \emph{lme4} (Version 1.1.34; Bates et al., 2015), \emph{papaja} (Version 0.1.1; Aust \& Barth, 2020), \emph{patchwork} (Version 1.1.2; Pedersen, 2020), \emph{performance} (Version 0.10.4; Lüdecke et al., 2021), and \emph{tidyverse} (Version 2.0.0; Wickham et al., 2019). The manuscript was created using \emph{rmarkdown} (Version 2.23, Xie et al., 2018) and \emph{papaja} (Version 0.1.1, Aust \& Barth, 2020). Data, analysis scripts, supplementary materials, and reproducible research materials are available at the Open Science Framework (\url{https://osf.io/g45nk/}).
We will draw inferences based on Bayes factors (\emph{BF}\textsubscript{10}), which offer the ratio of evidence for the alternative hypothesis (H\textsubscript{1}) over evidence for the null hypothesis (H\textsubscript{0}) (Wagenmakers, 2007; Wagenmakers et al., 2010). Therefore, a Bayes factor of 3 indicates three times more evidence for H\textsubscript{1} than H\textsubscript{0}, whereas a Bayes factor of 1/3 (the reciprocal of 3) indicates three times more evidence for H\textsubscript{0} than H\textsubscript{1}. We interpreted Bayes factors based on Wagenmakers et al. (2018), where a \emph{BF}\textsubscript{10} \textgreater{} 3 is moderate evidence for the alternative hypothesis, \emph{BF}\textsubscript{10} \textless{} 1/3 is moderate evidence for the null hypothesis, and 1/3 \textless{} \emph{BF}\textsubscript{10} \textless{} 3 indicate neither hypothesis has sufficient evidence supporting it (suggesting the sample size is too small to draw conclusions). In addition, Bayes factors of 10 (1/10), 30 (1/30), and 100 (1/100) represent strong, very strong, and extreme evidence, respectively.
Prior to analysis, we transformed the left and right choice variable from each trial into a binary outcome, with 1 representing a choice for the larger option and 0 representing a choice for the smaller option. We also created variables with the numerical difference between each number pair by subtracting the larger number from the smaller (6 \(-\) 1 = 5), as well as created the ratio by dividing the smaller by the larger number (1/6 = 0.17). Our hypotheses explore the relationship between our binary outcome variable (choice of the larger or smaller stimuli) and which possible numerical relationships (difference or ratio) predict subjects' choices when presented with either food or social items.
Our first hypothesis investigated whether pinyon jays prefer larger over smaller numbers of food items and conspecifics. To test this, we conducted a one sample t-test of preference for larger numbers. Therefore, we calculated the mean \emph{percent preference for larger numbers} for each subject across all pairs and used the t-test to compare the subject means to 50. We performed both frequentist and Bayesian t-tests, with inferences based on Bayes factors. Bayes factors for t-tests were calculated using the \texttt{ttestBF} function from the \emph{BayesFactor} R package (Morey \& Rouder, 2018) using default, noninformative priors.
Our second hypothesis investigated whether numerical difference and ratio predict preferences between smaller and larger options, and the third hypothesis investigated whether difference and ratio predicted preferences \emph{independently}. To test these hypotheses, we used generalized linear mixed-effects modeling as the response variable was dichotomous and our subjects repeatedly made decision on the same number pairs. We used the trial-level choices for either the larger or smaller option available in the number pair as the response variable. To investigate our hypotheses, we used generalized linear (logistic) models to compare which combination of random (subject, pair, or both) and fixed (ratio, difference, or a combination of both) effects best describe each data set (food and social). We first found the best-fitting random effect structure, then added this random structure to all of the possible fixed effect structures. After comparing those models, we selected the final best-fitting model for each data set overall using Bayes factors comparing each random effects model to the intercept only model.
To explore random effect structure, we included models with no fixed effect and either (1) no random effects (intercept only), (2) subject as a random effect, (3) number pair as a random effect (to account for each bird repeatedly seeing each pair multiple times), and (4) both subject and number pair as random effects. For example, the model with both subject and pair as random effects ran using the \texttt{glmer()} function with the following structure: \texttt{glmer(choice\ \textasciitilde{}\ (1\textbar{}subject)+\ (1\textbar{}pair),\ family\ =\ binomial)} (Table \ref{tab:modeltablelatex}). We then used Bayes factors to select the model with the best-fitting random effect structure. We added the chosen random effect structure to our fixed effects to find the best-fitting model for the data set overall. The five fixed effects models were: (1) no fixed effects (intercept only), (2) ratio as a fixed effect, (3) difference as a fixed effect, (4) both difference and ratio as a fixed effects \emph{without} an interaction, and (5) both difference and ratio as fixed effects \emph{with} an interaction. The model with both difference and ratio as fixed effects with an interaction term ran using the \texttt{glm()} function and the following structure: \texttt{glm(choice\ \textasciitilde{}\ difference\ *\ ratio,\ family\ =\ binomial)} (Table \ref{tab:modeltablelatex}). We calculated Bayes factors using the \texttt{test\_performance()} function from the \emph{performance} package (Lüdecke et al., 2021), which estimates Bayes factors by comparing model BIC values to the intercept only model BIC values using Wagenmakers' (2007) equation. The model with the highest Bayes factor is the best-fitting model.
We tested the second hypothesis by assessing whether the fixed effect models with difference only or ratio only outperformed the intercept only model. That is, we inferred that difference or ratio influences choice if the Bayes factors for their respective models exceed 3. We tested the third hypothesis by assessing whether the \texttt{difference\ +\ ratio} or \texttt{difference\ *\ ratio} models outperformed all other models. If pinyon jays choose more items based on differences and ratios independently of each other, then the best-performing model should include both difference and ratio. Evidence in support of either of these models would indicate that both difference and ratio predict choice independently.
\hypertarget{results}{%
\section{Results}\label{results}}
\hypertarget{food-experiment-1}{%
\subsection{Food Experiment}\label{food-experiment-1}}
Our first hypothesis predicted that subjects would on average choose the larger number of mealworms over the smaller number across all of the numerical pairs in the food preference task. One sample t-tests provided moderate to strong evidence that preferences were above chance (50\%) in both replicate 1 (\emph{M} = 60.8, 95\% CI {[}55.5, 66.0{]}, \emph{t}(7) = 4.8, \emph{p} = .002, \emph{BF}\textsubscript{10} = 24.3) and replicate 2 (\emph{M} = 62.4, 95\% CI {[}55.5, 69.3{]}, \emph{t}(3) = 5.7, \emph{p} = .011, \emph{BF}\textsubscript{10} = 6.7).
To test our second and third hypotheses, we compared generalized linear models that included difference and/or ratio as predictors. For both replicates, the best-fitting random effect structure was no random effect structure, so we used no random effects in the subsequent fixed effect analysis. For the fixed effect model comparison, the model with only the main effect of ratio best fit both data sets (Replicate 1: \emph{BF}\textsubscript{10} = 1.9×10\textsuperscript{3}, Replicate 2: \emph{BF}\textsubscript{10} = 3.8). Thus, subjects in the food experiment used the ratio between the two numbers of mealworms to choose between options, with stronger preferences for larger options at smaller ratios (Figure \ref{fig:foodgraphs}). The model with the main effect of difference showed evidence supporting stronger preferences for larger options at larger differences for replicate 1 but not replicate 2 (Replicate 1: \emph{BF}\textsubscript{10} = 459.7, Replicate 2: \emph{BF}\textsubscript{10} = 0.37). Consequently, this only partially supports our second hypothesis. Additionally, our third hypothesis was not supported, as the models including both difference and ratio were outperformed by models only including ratio (see Table \ref{tab:foodmodeltablelatex} for full results).
\begin{figure}[h]
\caption{\newline Food Experiment Effects of Difference and Ratio on Choice \label{fig:foodgraphs}}
\begin{center}
\includegraphics[width=\linewidth]{"../figures/food_figure.png"}
\end{center}
\textit{Note.} Mean percent preference for the larger option is shown on the y-axis with the numerical difference or ratio values on the x-axis. (a) Preference for larger per difference in replicate 1. (b) Preference for larger per ratio in replicate 1. (c) Preference for larger per difference in replicate 2. (d) Preference for larger per ratio in replicate 2. Dots represent mean values across subjects and trials. Error bars represent 95\% within-subject confidence intervals. Lines connect individual subject means.
\end{figure}
\hypertarget{social-experiment-1}{%
\subsection{Social Experiment}\label{social-experiment-1}}
Hypothesis 1 predicted that subjects would choose the larger number of conspecifics over the smaller in the social preference task. One sample t-tests provided evidence that our hypothesis was strongly supported in replicate 1 (\emph{M} = 55.3, 95\% CI {[}52.3, 58.3{]}, \emph{t}(9) = 4.0, \emph{p} = .003, \emph{BF}\textsubscript{10} = 16.7) but not supported in replicate 2 (\emph{M} = 50.2, 95\% CI {[}47.1, 53.3{]}, \emph{t}(9) = 0.1, \emph{p} = .896, \emph{BF}\textsubscript{10} = 0.31).
For hypotheses 2 and 3, we again used model selection (Table \ref{tab:socialmodeltablelatex}). Models with no random effect structure performed best, so we included no random effects in the fixed effects analysis. For fixed effects, the intercept only model best fit the data (Replicate 1: \emph{BF}\textsubscript{10} = 0.07, Replicate 2: \emph{BF}\textsubscript{10} = 0.06), suggesting that neither ratio nor difference influenced choice (Figure \ref{fig:socialgraphs}). Because no model other than the intercept only had evidence suggesting that it was true, neither hypotheses 2 or 3 was supported by the data.
\begin{figure}[h]
\caption{\newline Social Experiment Effects of Difference and Ratio on Choice \label{fig:socialgraphs}}
\begin{center}
\includegraphics[width=\linewidth]{"../figures/social_figure.png"}
\end{center}
\textit{Note.} Mean percent preference for the larger option is shown on the y-axis with the numerical difference or ratio values on the x-axis. (a) Preference for larger per difference in replicate 1. (b) Preference for larger per ratio in replicate 1. (c) Preference for larger per difference in replicate 2. (d) Preference for larger per ratio in replicate 2. Dots represent mean values across subjects and trials. Error bars represent 95\% within-subject confidence intervals. Lines connect individual subject means.
\end{figure}
\clearpage
\hypertarget{individual-preference-analysis}{%
\subsection{\texorpdfstring{\emph{Individual Preference Analysis}}{Individual Preference Analysis}}\label{individual-preference-analysis}}
The complete lack of difference or ratio effects on preference for conspecifics surprised us. Therefore, upon completion of our previous confirmatory analyses, we conducted an \emph{exploratory} analysis of subject bird preferences for individual conspecific birds. We first calculated the percentage of trials that each subject selected the side for each individual conspecific separately for both replicates. Figure \ref{fig:individualpref} illustrates these percentages with subject and conspecific sex indicated. For example, the subject Black Elk choose groups including conspecific Sapphire 62.5\% of the time that she was offered as an option during the replicate 1. Alternatively, Juniper choose groups including conspecific Hermia 25.0\% of the time she was an option during replicate 1. Due to colony facility maintenance, we used more conspecific birds in replicate 1 than replicate 2. Therefore, birds met fewer times in replicate 1 but met more birds overall (Table \ref{tab:preferencetablelatex}).
\begin{figure}[h]
\caption{\newline Preference for Individual Conspecifics Per Subject \label{fig:individualpref}}
\begin{center}
\includegraphics[width=\linewidth]{"../figures/individual_preference.png"}
\end{center}
\textit{Note.} Squares represent a subject/conspecific pairing, and the color illustrates the percentage of times the group including that conspecific was chosen by that subject. Blue represents a preference \emph{for} a particular conspecific, green represents a preference \emph{against} a particular conspecific, and white represents no preference. Asterisks note female subjects and conspecifics. Line divide quadrants of male/female, male/male, female/female, female/male pairs.
\end{figure}
We calculated how often each conspecific bird was chosen by aggregating over each sex of subject birds to illustrate how often male and female subject birds choose each conspecific bird (Table \ref{tab:preferencetablelatex}). For instance, the most preferred conspecific was the female, Sapphire, who was chosen 67.6\% of the time she was on offer for male subject birds and 62.5\% of the time for female subject birds.
While we see clear individual preferences, these choices do not differ depending on the sex of the conspecific. Male subjects do not differ in their preferences between male or female conspecifics (\emph{M} = -0.1, 95\% CI {[}-2.6, 2.3{]}, \emph{t}(14) = -0.1, \emph{p} = .909, \emph{BF}\textsubscript{10} = 0.26). Though there were not enough female subjects to draw conclusions, there is anecdotal evidence for no difference in their preferences for male or female conspecifics (\emph{M} = 2.3, 95\% CI {[}-5.4, 10.0{]}, \emph{t}(4) = 0.8, \emph{p} = .450, \emph{BF}\textsubscript{10} = 0.52). Thus, identity matters for individual conspecifics, but preferences do not depend on sex of potential flock mates.
\clearpage
\hypertarget{discussion}{%
\section{Discussion}\label{discussion}}
We examined pinyon jays' quantitative abilities to choose between different numbers of food items and conspecifics. Over all numerical pairs, birds chose the larger of the two options in the food experiment but not in the social experiment, partially confirming our first hypothesis. In the food experiment, smaller numerical ratios predicted the birds' choices for larger amounts, but larger differences predicted birds' choices only in the first replicate, partially confirming our second hypothesis. In the social experiment, neither ratio nor difference predicted choice, contradicting our second hypothesis. In both the food and social experiments, difference and ratio did not independently predict choice, contradicting our third hypothesis.
In the food experiment, our pinyon jays preferred larger over smaller quantities more as the numerical ratios decreased, which aligns with previous corvid research demonstrating a numerical ratio effect (Tornick et al., 2015; Ditz \& Nieder, 2016; Kelly, 2016). This provides evidence for pinyon jays using the approximate number system when judging quantities. While we did find evidence for the numerical distance effect in our first replicate, it seemed to be driven primarily by the numerical ratio effect. When ratio was held constant, difference did not influence choice, matching findings by Tornick et al. (2015) on nutcrackers. Ditz and Nieder (2016) and Kelly (2016), however, found both difference and ratio effects.
In the social experiment, neither difference nor ratio predicted choice, suggesting that pinyon jays do not use the same numerical information across object types. This outcome is surprising, as previous quantification tasks with conspecifics in fish found effects of difference and ratio (Agrillo \& Dadda, 2007; Agrillo et al., 2008). Our results suggest that how pinyon jays use numerical information to make decisions differs across contexts. Both foraging techniques and flock size have consequences for evolutionary fitness, but they tackle different adaptive problems. Food consumption acts primarily via natural selection by enhancing survival. Flock size, however, is integral to both natural and sexual selection: natural selection in the form of predator avoidance and sexual selection in the form of mate preference. Joining a larger flock allows an animal to dilute their chances of being eaten by predators (i.e., the dilution effect) but also provides a larger pool of potential mates. For food items and predation risk, only number matters. But for mate preference or other social preferences, the \emph{identity} of the partners matters. We currently do not have enough information to tell if this difference is due to context-specific adaptation for social and numeric domains, a highly flexible mechanism for numerical quantification, or if cognitive function is primarily optimized for food contexts and therefore is not optimized for social domains.
It is important to highlight that these results correspond to a numerical \emph{preference} task, not a discrimination task. If a subject discriminates between two objects, that means they recognize them as different. Preference denotes a liking of one option over the other. Thus, the lack of a preference between two numbers of objects does not mean that the subject cannot discriminate the two objects. They just might not care about the difference. If a bird chooses indiscriminately between 5 or 6 mealworms it may not mean that they cannot discriminate between 5 and 6, but rather they are equally preferred. A clear preference implies discrimination, but lack of a preference does not imply an absence of discrimination.
One possible explanation for the lack of a ratio or difference effect for the social preference task is that individual identity of birds overrides the importance of number. That is, the birds may be able to \emph{discriminate} between different numbers of conspecifics based on ratio and/or difference, but their \emph{preferences} do not reflect this because other factors come into play. An exploratory follow-up analysis of our data showed wide variation in preferences for groups that contained individual conspecific birds (Figure \ref{fig:individualpref}, Table \ref{tab:preferencetablelatex}). Interestingly, choices did not differ depending on the sex of the conspecific. Pinyon jays have complex, long-term bonds with other flock members and mates (Marzluff \& Balda, 1992), which may make identity of group mates more important than sheer numbers. Moreover, the birds in our studies did not experience signals of predation danger during the experiment. Without pressure to dilute risk in larger groups, the birds may have ignored group size, allowing them to use other information such as social partner identity to determine choice.
\hypertarget{limitations}{%
\subsection{Limitations}\label{limitations}}
Our study design does not allow us to pinpoint the exact features by which the birds make these quantitative choices. For the food preference tasks, the birds may choose larger \emph{numbers} of food items or larger \emph{amounts} of them. Using number involves tracking the quantity of individuated objects. However, in many cases, animals choose based on amount, which refers to other measures or proxies of quantity such as item size, surface area, volume, perimeter, and density (Menzel, 1960; Uller et al., 2003; Stevens et al., 2007; Gómez-Laplaza et al., 2019). For example, in our study, subjects could have chosen an option because they have a preference for 10\% of a tray covered by mealworms over another with only 7\% of the tray covered as opposed to preferring six over four mealworms. For our purposes, the method of preference is not critical. In the food experiment, total quantity is a reasonable criteria because the birds' ultimate goal is to obtain as much food as possible to stay alive (e.g., two large mealworms may include more calories than three small mealworms). Therefore, choosing based on total calories or overall food intake, rather than absolute number, could be a better evolutionary strategy. Future work is needed to tease apart which methods birds use when presented with food or conspecifics.
None of our studies found difference effects independent of ratio. This could be due to the limited range within our pair options. The smallest difference option we offered subjects was one (2\$-\(1=1) and the largest was five (6\)-\$1=5). In previous studies, differences ranged from 8 to 30 (Ditz \& Nieder, 2016). Considering that pinyon jay flock sizes range from 50 to 500 (Marzluff \& Balda, 1992), the limited range of difference options may not have provided enough opportunities to demonstrate effects of difference.
Another reason me might have not found ratio or difference effects in the social experiment is the differing reinforcement levels. Possibly, time with conspecifics in a social setting is not as reinforcing as eating mealworms, leading to less cost for a bird's choice. Therefore, rather than the context of food or social interaction driving differences in preferences, the motivation to choose the larger might have differed.
Additionally, our relatively low sample size with an aging study population could have also contributed to our findings. Considering our sample size (N=21), we completed a within-subject study design offering multiple trials per pair to account for individual subject variation. Our subjects were about twice as old as free-ranging pinyon jays' average lifespan (Marzluff \& Balda, 1992). Possibly, numerical cognitive abilities degrade with age.
\hypertarget{conclusion}{%
\subsection{Conclusion}\label{conclusion}}
This research investigated how pinyon jays assess quantities of food items and conspecifics in preference tasks. For food items, numerical ratio predicted their choices in both replicates while numerical difference predicted choice in only the first replicate, but neither ratio nor difference predicted choices in the social experiment. Though quantity is important for selecting food items, other factors such as conspecific identity may be more important for selecting social groups to join. Thus, in quantification situations, the type of objects to be quantified may drive how animals use different information to make numerical decisions. Furthermore, many adaptive problems beyond foraging require sensitivity to quantities, and we encourage further exploration of numerical cognition of non-food objects.
\hypertarget{acknowledgments}{%
\subsection{Acknowledgments}\label{acknowledgments}}
This research was funded by a National Science Foundation grant (NSF-1658837). We would like to thank Kylie Hughes, Toria Biancalana, Hailey Wilson, Bailey Wilson, Isaac Martinez, and Rachel Bruner for helping run the experiments and care for our birds.
\hypertarget{author-contributions}{%
\subsection{Author Contributions}\label{author-contributions}}
\textbf{Wolff:} Conceptualization, Data Curation, Formal Analysis, Methodology, Project Administration, Resources, Software, Supervision, Validation, Visualization, Writing -- Original Draft Preparation, Writing-review \& editing. \textbf{Trevino:} Investigation, Project Administration, Resources, Visualization, Writing -- Review \& Editing. \textbf{Stevens:} Conceptualization, Formal Analysis, Funding Acquisition, Methodology, Investigation, Software, Supervision, Validation, Visualization, Writing -- review \& editing.
\hypertarget{conflict-of-interest}{%
\subsection{Conflict of interest}\label{conflict-of-interest}}
The authors declared that no conflicts of interest exist.
\hypertarget{data-availability}{%
\subsection{Data Availability}\label{data-availability}}
The data and analysis code are available at: \url{https://osf.io/g45nk/}.
\hypertarget{ethics-approval}{%
\subsection{Ethics approval}\label{ethics-approval}}
All procedures were conducted in an ethical and responsible manner, in full compliance with all relevant codes of experimentation and legislation and were approved by the UNL Institutional Animal Care and Use Committee (protocols \#1709 and \#2059).
\hypertarget{references}{%
\section{References}\label{references}}
\scriptsize
\hypertarget{refs}{}
\begin{CSLReferences}{1}{0}
\leavevmode\vadjust pre{\hypertarget{ref-Agrillo.Beran.2013}{}}%
Agrillo, C., \& Beran, M. J. (2013). Number without language: Comparative psychology and the evolution of numerical cognition. \emph{Frontiers in Psychology}, \emph{4}. \url{https://doi.org/10.3389/fpsyg.2013.00295}
\leavevmode\vadjust pre{\hypertarget{ref-Agrillo.Bisazza.2014}{}}%
Agrillo, C., \& Bisazza, A. (2014). Spontaneous versus trained numerical abilities. {A} comparison between the two main tools to study numerical competence in non-human animals. \emph{Journal of Neuroscience Methods}, \emph{234}, 82--91. \url{https://doi.org/10.1016/j.jneumeth.2014.04.027}
\leavevmode\vadjust pre{\hypertarget{ref-Agrillo.Dadda.2007}{}}%
Agrillo, C., \& Dadda, M. (2007). Discrimination of the larger shoal in the poeciliid fish \emph{{Girardinus} falcatus}. \emph{Ethology Ecology \& Evolution}, \emph{19}(2), 145--157. \url{https://doi.org/10.1080/08927014.2007.9522574}
\leavevmode\vadjust pre{\hypertarget{ref-Agrillo.etal.2007}{}}%
Agrillo, C., Dadda, M., \& Bisazza, A. (2007). Quantity discrimination in female mosquitofish. \emph{Animal Cognition}, \emph{10}(1), 63--70. \url{https://doi.org/10.1007/s10071-006-0036-5}
\leavevmode\vadjust pre{\hypertarget{ref-Agrillo.etal.2008}{}}%
Agrillo, C., Dadda, M., Serena, G., \& Bisazza, A. (2008). Do fish count? {Spontaneous} discrimination of quantity in female mosquitofish. \emph{Animal Cognition}, \emph{11}(3), 495--503. \url{https://doi.org/10.1007/s10071-008-0140-9}
\leavevmode\vadjust pre{\hypertarget{ref-Agrillo.etal.2017}{}}%
Agrillo, C., Miletto Petrazzini, M. E., \& Bisazza, A. (2017). Numerical abilities in fish: {A} methodological review. \emph{Behavioural Processes}, \emph{141}(Pt 2), 161--171. \url{https://doi.org/10.1016/j.beproc.2017.02.001}
\leavevmode\vadjust pre{\hypertarget{ref-Agrillo.etal.2011}{}}%
Agrillo, C., Piffer, L., \& Bisazza, A. (2011). Number versus continuous quantity in numerosity judgments by fish. \emph{Cognition}, \emph{119}(2), 281--287. \url{https://doi.org/10.1016/j.cognition.2010.10.022}
\leavevmode\vadjust pre{\hypertarget{ref-Arak.1983}{}}%
Arak, A. (1983). Vocal interactions, call matching and territoriality in a {Sri} {Lankan} treefrog, \emph{{Philautus} leucorhinus} ({Rhacophoridae}). \emph{Animal Behaviour}, \emph{31}(1), 292--302. \url{https://doi.org/10.1016/S0003-3472(83)80199-7}
\leavevmode\vadjust pre{\hypertarget{ref-R-papaja}{}}%
Aust, F., \& Barth, M. (2020). \emph{{papaja}: {Create} {APA} manuscripts with {R Markdown}}. \url{https://github.com/crsh/papaja}
\leavevmode\vadjust pre{\hypertarget{ref-Balda.Kamil.1998}{}}%
Balda, R. P., \& Kamil, A. C. (1998). The ecology and evolution of spatial memory in corvids of the southwestern USA: The perplexing pinyon jay. In R. P. Balda, I. M. Pepperberg, \& A. C. Kamil (Eds.), \emph{Animal cognition in nature: The convergence of psychology and biology in laboratory and field} (pp. 29--64). Academic Press.
\leavevmode\vadjust pre{\hypertarget{ref-R-lme4}{}}%
Bates, D., Mächler, M., Bolker, B., \& Walker, S. (2015). Fitting linear mixed-effects models using {lme4}. \emph{Journal of Statistical Software}, \emph{67}(1), 1--48. \url{https://doi.org/10.18637/jss.v067.i01}
\leavevmode\vadjust pre{\hypertarget{ref-Beran.2001}{}}%
Beran, M. (2001). Summation and numerousness judgments of sequentially presented sets of items by chimpanzees (\emph{{Pan} troglodytes}). \emph{Journal of Comparative Psychology (Washington, D.C. : 1983)}, \emph{115}, 181--191. \url{https://doi.org/10.1037//0735-7036.115.2.181}
\leavevmode\vadjust pre{\hypertarget{ref-Bisazza.Santaca.2022}{}}%
Bisazza, A., \& Santacà, M. (2022). Zebrafish excel in number discrimination under an operant conditioning paradigm. \emph{Animal Cognition}, \emph{25}(4), 917--933. \url{https://doi.org/10.1007/s10071-022-01602-y}
\leavevmode\vadjust pre{\hypertarget{ref-Buckingham.etal.2007}{}}%
Buckingham, J. N., Wong, B. B. M., \& Rosenthal, G. G. (2007). Shoaling decisions in female swordtails: {How} do fish gauge group size? \emph{Behaviour}, \emph{144}(11), 1333--1346. \url{https://doi.org/10.1163/156853907782418196}
\leavevmode\vadjust pre{\hypertarget{ref-Call.2000}{}}%
Call, J. (2000). Estimating and operating on discrete quantities in {Orangutans} (\emph{{Pongo} pygmaeus}). \emph{Journal of Comparative Psychology}, \emph{114}(2), 136--147. \url{https://doi.org/10.1037/0735-7036.114.2.136}
\leavevmode\vadjust pre{\hypertarget{ref-Cantlon.Brannon.2006}{}}%
Cantlon, J. F., \& Brannon, E. M. (2006). Shared system for ordering small and large numbers in monkeys and humans. \emph{Psychological Science}, \emph{17}(5), 401--406. \url{https://doi.org/10.1111/j.1467-9280.2006.01719.x}
\leavevmode\vadjust pre{\hypertarget{ref-Carazo.etal.2012}{}}%
Carazo, P., Fernández-Perea, R., \& Font, E. (2012). Quantity estimation based on numerical cues in the mealworm beetle (\emph{{Tenebrio} molitor}). \emph{Frontiers in Psychology}, \emph{3}, 502. \url{https://doi.org/10.3389/fpsyg.2012.00502}
\leavevmode\vadjust pre{\hypertarget{ref-Dacke.Srinivasan.2008}{}}%
Dacke, M., \& Srinivasan, M. V. (2008). Evidence for counting in insects. \emph{Animal Cognition}, \emph{11}(4), 683--689. \url{https://doi.org/10.1007/s10071-008-0159-y}
\leavevmode\vadjust pre{\hypertarget{ref-Dange.etal.2021}{}}%
Dange, P., Mhaisalkar, P., \& Paranjpe, D. (2021). To group or not to group: Group size dynamics and intestinal parasites in {Indian} peafowl populations. \emph{Acta Ethologica}, \emph{24}(2), 107--117. \url{https://doi.org/10.1007/s10211-021-00366-x}
\leavevmode\vadjust pre{\hypertarget{ref-Dehaene.etal.1998}{}}%
Dehaene, S., Dehaene-Lambertz, G., \& Cohen, L. (1998). Abstract representations of numbers in the animal and human brain. \emph{Trends in Neurosciences}, \emph{21}(8), 355--361. \url{https://doi.org/10.1016/S0166-2236(98)01263-6}
\leavevmode\vadjust pre{\hypertarget{ref-Ditz.Nieder.2016}{}}%
Ditz, H. M., \& Nieder, A. (2016). Numerosity representations in crows obey the {Weber}--{Fechner} law. \emph{Proceedings of the Royal Society B: Biological Sciences}, \emph{283}(1827), 20160083. \url{https://doi.org/10.1098/rspb.2016.0083}
\leavevmode\vadjust pre{\hypertarget{ref-Emmerton.2001}{}}%
Emmerton, J. (2001). Birds' judgments of number and quantity. In R. G. Cook (Ed.), \emph{Avian visual cognition}. \url{http://www.pigeon.psy.tufts.edu/avc/emmerton/}
\leavevmode\vadjust pre{\hypertarget{ref-Emmerton.Renner.2006}{}}%
Emmerton, J., \& Renner, J. C. (2006). Scalar effects in the visual discrimination of numerosity by pigeons. \emph{Learning \& Behavior}, \emph{34}(2), 176--192. \url{https://doi.org/10.3758/BF03193193}
\leavevmode\vadjust pre{\hypertarget{ref-Emmerton.Renner.2009}{}}%
Emmerton, J., \& Renner, J. C. (2009). Local rather than global processing of visual arrays in numerosity discrimination by pigeons (\emph{{Columba} livia}). \emph{Animal Cognition}, \emph{12}(3), 511--526. \url{https://doi.org/10.1007/s10071-009-0212-5}
\leavevmode\vadjust pre{\hypertarget{ref-Evans.etal.2009}{}}%
Evans, T. A., Beran, M. J., Harris, E. H., \& Rice, D. F. (2009). Quantity judgments of sequentially presented food items by capuchin monkeys (\emph{{Cebus} apella}). \emph{Animal Cognition}, \emph{12}(1), 97--105. \url{https://doi.org/10.1007/s10071-008-0174-z}
\leavevmode\vadjust pre{\hypertarget{ref-Fechner.1860}{}}%
Fechner, G. T. (1860). \emph{Elemente der psychophysik}. Breitkopf und Härtel.
\leavevmode\vadjust pre{\hypertarget{ref-Feigenson.etal.2004}{}}%
Feigenson, L., Dehaene, S., \& Spelke, E. (2004). Core systems of number. \emph{Trends in Cognitive Sciences}, \emph{8}(7), 307--314. \url{https://doi.org/10.1016/j.tics.2004.05.002}
\leavevmode\vadjust pre{\hypertarget{ref-Gomez-Laplaza.Gerlai.2011}{}}%
Gómez-Laplaza, L. M., \& Gerlai, R. (2011). Can angelfish (\emph{{Pterophyllum} scalare}) count? {Discrimination} between different shoal sizes follows {Weber}'s law. \emph{Animal Cognition}, \emph{14}(1), 1--9. \url{https://doi.org/10.1007/s10071-010-0337-6}
\leavevmode\vadjust pre{\hypertarget{ref-Gomez-Laplaza.Gerlai.2016}{}}%
Gómez-Laplaza, L. M., \& Gerlai, R. (2016). Discrimination of large quantities: {Weber}'s law and short-term memory in angelfish, \emph{{Pterophyllum} scalare}. \emph{Animal Behaviour}, \emph{112}, 29--37. \url{https://doi.org/10.1016/j.anbehav.2015.10.022}
\leavevmode\vadjust pre{\hypertarget{ref-Gomez-Laplaza.etal.2019}{}}%
Gómez-Laplaza, L. M., Romero, L., \& Gerlai, R. (2019). The role of item size on choosing contrasted food quantities in angelfish (\emph{{Pterophyllum} scalare}). \emph{Scientific Reports}, \emph{9}(1), 15305. \url{https://doi.org/10.1038/s41598-019-51753-1}
\leavevmode\vadjust pre{\hypertarget{ref-Hamilton.1971}{}}%
Hamilton, W. D. (1971). Geometry for the selfish herd. \emph{Journal of Theoretical Biology}, \emph{31}(2), 295--311. \url{https://doi.org/10.1016/0022-5193(71)90189-5}
\leavevmode\vadjust pre{\hypertarget{ref-Hanus.Call.2007}{}}%
Hanus, D., \& Call, J. (2007). Discrete quantity judgments in the great apes (\emph{{Pan} paniscus}, \emph{{Pan} troglodytes}, \emph{{Gorilla} gorilla}, \emph{{Pongo} pygmaeus}): {The} effect of presenting whole sets versus item-by-item. \emph{Journal of Comparative Psychology}, \emph{121}(3), 241--249. \url{https://doi.org/10.1037/0735-7036.121.3.241}
\leavevmode\vadjust pre{\hypertarget{ref-R-ggcorrplot}{}}%
Kassambara, A. (2019). \emph{{ggcorrplot}: Visualization of a correlation matrix using {``ggplot2''}}. \url{https://CRAN.R-project.org/package=ggcorrplot}
\leavevmode\vadjust pre{\hypertarget{ref-Kelly.2016}{}}%
Kelly, E. M. (2016). Counting on your friends: {The} role of social environment on quantity discrimination. \emph{Behavioural Processes}, \emph{128}, 9--16. \url{https://doi.org/10.1016/j.beproc.2016.03.019}
\leavevmode\vadjust pre{\hypertarget{ref-Kitchen.2004}{}}%
Kitchen, D. M. (2004). Alpha male black howler monkey responses to loud calls: Effect of numeric odds, male companion behaviour and reproductive investment. \emph{Animal Behaviour}, \emph{67}, 125--139. \url{https://doi.org/10.1016/j.anbehav.2003.03.007}
\leavevmode\vadjust pre{\hypertarget{ref-Krause.Ruxton.2002}{}}%
Krause, J., \& Ruxton, G. D. (2002). \emph{Living in {Groups}}. Oxford University Press.
\leavevmode\vadjust pre{\hypertarget{ref-Lehmann.etal.2007}{}}%
Lehmann, J., Korstjens, A. H., \& Dunbar, R. I. M. (2007). Fission--fusion social systems as a strategy for coping with ecological constraints: A primate case. \emph{Evolutionary Ecology}, \emph{21}(5), 613--634. \url{https://doi.org/10.1007/s10682-006-9141-9}
\leavevmode\vadjust pre{\hypertarget{ref-R-performance}{}}%
Lüdecke, D., Ben-Shachar, M. S., Patil, I., Waggoner, P., \& Makowski, D. (2021). {performance}: An {R} package for assessment, comparison and testing of statistical models. \emph{Journal of Open Source Software}, \emph{6}(60), 3139. \url{https://doi.org/10.21105/joss.03139}
\leavevmode\vadjust pre{\hypertarget{ref-Lyons.etal.2015}{}}%
Lyons, I. M., Nuerk, H.-C., \& Ansari, D. (2015). Rethinking the implications of numerical ratio effects for understanding the development of representational precision and numerical processing across formats. \emph{Journal of Experimental Psychology: General}, \emph{144}, 1021--1035. \url{https://doi.org/10.1037/xge0000094}
\leavevmode\vadjust pre{\hypertarget{ref-R-bayestestR}{}}%
Makowski, D., Ben-Shachar, M. S., \& Lüdecke, D. (2019). bayestestR: Describing effects and their uncertainty, existence and significance within the bayesian framework. \emph{Journal of Open Source Software}, \emph{4}(40), 1541. \url{https://doi.org/10.21105/joss.01541}
\leavevmode\vadjust pre{\hypertarget{ref-Marzluff.Balda.1992}{}}%
Marzluff, J. M., \& Balda, R. P. (1992). \emph{The {Pinyon} {Jay}: {Behavioral} {Ecology} of a {Colonial} and {Cooperative} {Corvid}} (First Edition). Academic Press.
\leavevmode\vadjust pre{\hypertarget{ref-McComb.etal.1994}{}}%
McComb, K., Packer, C., \& Pusey, A. E. (1994). Roaring and numerical assessment in contests between groups of female lions, \emph{panthera leo}. \emph{Animal Behaviour}, \emph{47}(2), 379--387. \url{https://doi.org/10.1006/anbe.1994.1052}
\leavevmode\vadjust pre{\hypertarget{ref-Mendelson.etal.2016}{}}%
Mendelson, T. C., Fitzpatrick, C. L., Hauber, M. E., Pence, C. H., Rodríguez, R. L., Safran, R. J., Stern, C. A., \& Stevens, J. R. (2016). Cognitive phenotypes and the evolution of animal decisions. \emph{Trends in Ecology \& Evolution}, \emph{31}(11), 850--859. \url{https://doi.org/10.1016/j.tree.2016.08.008}
\leavevmode\vadjust pre{\hypertarget{ref-Menzel.1960}{}}%
Menzel, E. W. (1960). Selection of food by size in the chimpanzee, and comparison with human judgments. \emph{Science}, \emph{131}, 1527--1528. \url{https://doi.org/10.1126/science.131.3412.1527}
\leavevmode\vadjust pre{\hypertarget{ref-R-BayesFactor}{}}%
Morey, R. D., \& Rouder, J. N. (2018). \emph{BayesFactor: Computation of {Bayes} factors for common designs}. \url{https://CRAN.R-project.org/package=BayesFactor}
\leavevmode\vadjust pre{\hypertarget{ref-R-here}{}}%
Müller, K. (2020). \emph{{here}: A simpler way to find your files}. \url{https://CRAN.R-project.org/package=here}
\leavevmode\vadjust pre{\hypertarget{ref-Nieder.2018}{}}%
Nieder, A. (2018). Evolution of cognitive and neural solutions enabling numerosity judgements: Lessons from primates and corvids. \emph{Philosophical Transactions of the Royal Society B: Biological Sciences}, \emph{373}(1740), 20160514. \url{https://doi.org/10.1098/rstb.2016.0514}
\leavevmode\vadjust pre{\hypertarget{ref-Nieder.2020}{}}%
Nieder, A. (2020). The adaptive value of numerical competence. \emph{Trends in Ecology \& Evolution}, \emph{7}, 605--617. \url{https://doi.org/10.1016/j.tree.2020.02.009}
\leavevmode\vadjust pre{\hypertarget{ref-R-patchwork}{}}%
Pedersen, T. L. (2020). \emph{{patchwork}: The composer of plots}. \url{https://CRAN.R-project.org/package=patchwork}
\leavevmode\vadjust pre{\hypertarget{ref-R-base}{}}%
R Core Team. (2023). \emph{R: A language and environment for statistical computing}. R Foundation for Statistical Computing. \url{https://www.R-project.org/}
\leavevmode\vadjust pre{\hypertarget{ref-Rugani.etal.2013}{}}%
Rugani, R., Cavazzana, A., Vallortigara, G., \& Regolin, L. (2013). One, two, three, four, or is there something more? {Numerical} discrimination in day-old domestic chicks. \emph{Animal Cognition}, \emph{16}(4), 557--564. \url{https://doi.org/10.1007/s10071-012-0593-8}
\leavevmode\vadjust pre{\hypertarget{ref-Scarf.etal.2011}{}}%
Scarf, D., Hayne, H., \& Colombo, M. (2011). Pigeons on par with primates in numerical competence. \emph{Science}, \emph{334}(6063), 1664--1664. \url{https://doi.org/10.1126/science.1213357}
\leavevmode\vadjust pre{\hypertarget{ref-Silk.etal.2014}{}}%
Silk, M. J., Croft, D. P., Tregenza, T., \& Bearhop, S. (2014). The importance of fission--fusion social group dynamics in birds. \emph{Ibis}, \emph{156}(4), 701--715. \url{https://doi.org/10.1111/ibi.12191}
\leavevmode\vadjust pre{\hypertarget{ref-Stevens.Soh.2018}{}}%
Stevens, J. R., \& Soh, L.-K. (2018). Predicting similarity judgments in intertemporal choice with machine learning. \emph{Psychonomic Bulletin \& Review}, \emph{25}(2), 627--635. \url{https://doi.org/10.3758/s13423-017-1398-1}
\leavevmode\vadjust pre{\hypertarget{ref-Stevens.etal.2007}{}}%
Stevens, J. R., Wood, J. N., \& Hauser, M. D. (2007). When quantity trumps number: Discrimination experiments in cotton-top tamarins (\emph{{Saguinus} oedipus}) and common marmosets (\emph{{Callithrix} jacchus}). \emph{Animal Cognition}, \emph{10}(4), 429--437. \url{https://doi.org/10.1007/s10071-007-0081-8}
\leavevmode\vadjust pre{\hypertarget{ref-Tornick.etal.2015}{}}%
Tornick, J. K., Callahan, E. S., \& Gibson, B. M. (2015). An investigation of quantity discrimination in {Clark}'s nutcrackers (\emph{{Nucifraga} columbiana}). \emph{Journal of Comparative Psychology (Washington, D.C.: 1983)}, \emph{129}(1), 17--25. \url{https://doi.org/10.1037/a0037863}
\leavevmode\vadjust pre{\hypertarget{ref-Uller.etal.2003}{}}%
Uller, C., Jaeger, R., Guidry, G., \& Martin, C. (2003). Salamanders (\emph{{Plethodon} cinereus}) go for more: Rudiments of number in an amphibian. \emph{Animal Cognition}, \emph{6}(2), 105--112. \url{https://doi.org/10.1007/s10071-003-0167-x}
\leavevmode\vadjust pre{\hypertarget{ref-Vonk.Beran.2012}{}}%
Vonk, J., \& Beran, M. J. (2012). Bears {``count''} too: Quantity estimation and comparison in black bears, \emph{{Ursus} americanus}. \emph{Animal Behaviour}, \emph{84}(1), 231--238. \url{https://doi.org/10.1016/j.anbehav.2012.05.001}
\leavevmode\vadjust pre{\hypertarget{ref-Wagenmakers.2007}{}}%
Wagenmakers, E.-J. (2007). A practical solution to the pervasive problems of p values. \emph{Psychonomic Bulletin \& Review}, \emph{14}(5), 779--804. \url{https://doi.org/10.3758/BF03194105}
\leavevmode\vadjust pre{\hypertarget{ref-Wagenmakers.etal.2010}{}}%
Wagenmakers, E.-J., Lodewyckx, T., Kuriyal, H., \& Grasman, R. (2010). Bayesian hypothesis testing for psychologists: {A} tutorial on the {Savage}--{Dickey} method. \emph{Cognitive Psychology}, \emph{60}(3), 158--189. \url{https://doi.org/10.1016/j.cogpsych.2009.12.001}
\leavevmode\vadjust pre{\hypertarget{ref-Wagenmakers.etal.2018}{}}%
Wagenmakers, E.-J., Love, J., Marsman, M., Jamil, T., Ly, A., Verhagen, J., Selker, R., Gronau, Q. F., Dropmann, D., Boutin, B., Meerhoff, F., Knight, P., Raj, A., Kesteren, E.-J. van, Doorn, J. van, Šmíra, M., Epskamp, S., Etz, A., Matzke, D., \ldots{} Morey, R. D. (2018). Bayesian inference for psychology. Part II: Example applications with JASP. \emph{Psychonomic Bulletin \& Review}, \emph{25}(1), 58--76. \url{https://doi.org/10.3758/s13423-017-1323-7}
\leavevmode\vadjust pre{\hypertarget{ref-White.etal.2009}{}}%
White, D. J., Ho, L., \& Freed-Brown, G. (2009). Counting chicks before they hatch: {Female} cowbirds can time readiness of a host nest for parasitism. \emph{Psychological Science}, \emph{20}(9), 1140--1145. \url{https://doi.org/10.1111/j.1467-9280.2009.02418.x}
\leavevmode\vadjust pre{\hypertarget{ref-R-tidyverse}{}}%
Wickham, H., Averick, M., Bryan, J., Chang, W., McGowan, L. D., François, R., Grolemund, G., Hayes, A., Henry, L., Hester, J., Kuhn, M., Pedersen, T. L., Miller, E., Bache, S. M., Müller, K., Ooms, J., Robinson, D., Seidel, D. P., Spinu, V., \ldots{} Yutani, H. (2019). Welcome to the {tidyverse}. \emph{Journal of Open Source Software}, \emph{4}(43), 1686. \url{https://doi.org/10.21105/joss.01686}
\leavevmode\vadjust pre{\hypertarget{ref-Wilson.etal.2001}{}}%
Wilson, M. L., Hauser, M. D., \& Wrangham, R. W. (2001). Does participation in intergroup conflict depend on numerical assessment, range location or rank for wild chimpanzees? \emph{Animal Behaviour}, \emph{61}, 1203--1216.
\leavevmode\vadjust pre{\hypertarget{ref-Xia.etal.2001}{}}%
Xia, L., Emmerton, J., Siemann, M., \& Delius, J. D. (2001). Pigeons (\emph{{Columba} livia}) learn to link numerosities with symbols. \emph{Journal of Comparative Psychology}, \emph{115}(1), 83--91. \url{https://doi.org/10.1037/0735-7036.115.1.83}
\leavevmode\vadjust pre{\hypertarget{ref-R-rmarkdown_a}{}}%
Xie, Y., Allaire, J. J., \& Grolemund, G. (2018). \emph{R markdown: The definitive guide}. Chapman; Hall/CRC. \url{https://bookdown.org/yihui/rmarkdown}
\leavevmode\vadjust pre{\hypertarget{ref-Yang.Chiao.2016}{}}%
Yang, T.-I., \& Chiao, C.-C. (2016). Number sense and state-dependent valuation in cuttlefish. \emph{Proceedings of the Royal Society B: Biological Sciences}, \emph{283}(1837), 20161379. \url{https://doi.org/10.1098/rspb.2016.1379}
\end{CSLReferences}
\hypertarget{appendix}{%
\section{Appendix}\label{appendix}}
\singlespacing
\renewcommand{\thetable}{A\arabic{table}}
\setcounter{table}{0}
\renewcommand{\thefigure}{A\arabic{figure}}
\setcounter{figure}{0}
\begin{table}[!h]
\caption{\label{tab:subjectinfotablelatex}Subject Bird Information}
\centering
\begin{threeparttable}
\begin{tabular}[t]{llccccc}
\toprule
Subject & Sex & Age (years) & Food 1 & Food 2 & Social 1 & Social 2\\
\midrule
Uno & Female & 12 & X & & & X\\
Dumbledore & Male & 11 & X & & & X\\
Fern & Male & 15 & X & & & X\\
Fozzie & Male & 12 & X & & & X\\
He-man & Male & 12 & X & & & X\\
Mork & Male & 12 & X & & & X\\
Mote & Male & 14 & X & & & X\\
Prudence & Male & 10 & X & & & X\\
Mulder & Male & 11 & & & & X\\
Dartagnan & Male & 10 & & X & & X\\
Saffron & Female & 12 & & X & & \\
Dill & Male & 15 & & X & X & \\
Rooster & Male & 12 & & X & X & \\
Flute & Female & 14 & & & X & \\
Hippolyta & Female & 14 & & & X & \\
Juniper & Female & 15 & & & X & \\
Robin & Female & 14 & & & X & \\
Basil & Male & 15 & & & X & \\
Black Elk & Male & 10 & & & X & \\
Chicklet & Male & 12 & & & X & \\
Juan & Male & 19 & & & X & \\
\bottomrule
\end{tabular}
\begin{tablenotes}
\item \textit{Note: }
\item Table used with permission under a CC-BY4.0 license: Wolff et al. (2023); available at https://doi.org/10.31234/osf.io/kxgwt.
\end{tablenotes}
\end{threeparttable}
\end{table}
\begin{table}[!h]
\caption{\label{tab:modeltablelatex}Random and Fixed Effect Model Structures Tested}
\centering
\begin{threeparttable}
\begin{tabular}[t]{l>{}l}
\toprule
Model & Formula\\
\midrule
\addlinespace[0.3em]
\multicolumn{2}{l}{\textbf{Random effects}}\\
\hspace{1em}Intercept Only Model & \ttfamily{choice \textasciitilde{} \vphantom{1} 1}\\
\hspace{1em}Subject Only Model & \ttfamily{choice \textasciitilde{} (1|subject)}\\
\hspace{1em}Pair Only Model & \ttfamily{choice \textasciitilde{} (1|pair)}\\
\hspace{1em}Both Subject and Pair & \ttfamily{choice \textasciitilde{} (1|subject) + (1|pair)}\\
\addlinespace[0.3em]
\multicolumn{2}{l}{\textbf{Fixed effects}}\\
\hspace{1em}Intercept Only Model & \ttfamily{choice \textasciitilde{} 1}\\
\hspace{1em}Ratio Only Model & \ttfamily{choice \textasciitilde{} ratio}\\
\hspace{1em}Difference Only Model & \ttfamily{choice \textasciitilde{} difference}\\
\hspace{1em}Both Fixed Effects, No Interaction & \ttfamily{choice \textasciitilde{} ratio + difference}\\
\hspace{1em}Both Fixed Effects, With Interaction & \ttfamily{choice \textasciitilde{} ratio * difference}\\
\bottomrule
\end{tabular}
\begin{tablenotes}
\item \textit{Note: }
\item Table used with permission under a CC-BY4.0 license: Wolff et al. (2023); available at https://doi.org/10.31234/osf.io/kxgwt.
\end{tablenotes}
\end{threeparttable}
\end{table}
\clearpage
\begin{table}[!h]
\caption{\label{tab:foodmodeltablelatex}Model Comparison for the Food Experiment}
\centering
\begin{threeparttable}
\begin{tabular}[t]{>{}lrrr}
\toprule
Model & AIC & BIC & BF\\
\midrule
\addlinespace[0.3em]
\multicolumn{4}{l}{\textbf{Replicate 1 random effects}}\\
\hspace{1em}\ttfamily{intercept only} & 1609.65 & 1614.74 & \vphantom{1} 1.00\\
\hspace{1em}\ttfamily{(1|subject)} & 1608.36 & 1618.54 & 0.15\\
\hspace{1em}\ttfamily{(1|pair)} & 1606.90 & 1617.08 & 0.31\\
\hspace{1em}\ttfamily{(1|subject) + (1|pair)} & 1605.17 & 1620.44 & 0.06\\
\addlinespace[0.3em]
\multicolumn{4}{l}{\textbf{Replicate 1 fixed effects}}\\
\hspace{1em}\ttfamily{intercept only} & 1609.65 & 1614.74 & 1.00\\
\hspace{1em}\ttfamily{ratio} & 1589.49 & 1599.67 & 1874.16\\
\hspace{1em}\ttfamily{difference} & 1592.30 & 1602.48 & 459.68\\
\hspace{1em}\ttfamily{difference + ratio} & 1590.90 & 1606.17 & 72.38\\
\hspace{1em}\ttfamily{difference * ratio} & 1592.68 & 1613.04 & 2.34\\
\addlinespace[0.3em]
\multicolumn{4}{l}{\textbf{Replicate 2 random effects}}\\
\hspace{1em}\ttfamily{intercept only} & 753.54 & 757.88 & \vphantom{1} 1.00\\
\hspace{1em}\ttfamily{(1|subject)} & 755.54 & 764.22 & 0.04\\
\hspace{1em}\ttfamily{(1|pair)} & 755.17 & 763.85 & 0.05\\
\hspace{1em}\ttfamily{(1|subject) + (1|pair)} & 757.17 & 770.19 & 0.00\\
\addlinespace[0.3em]
\multicolumn{4}{l}{\textbf{Replicate 2 fixed effects}}\\
\hspace{1em}\ttfamily{intercept only} & 753.54 & 757.88 & 1.00\\
\hspace{1em}\ttfamily{ratio} & 746.53 & 755.21 & 3.79\\
\hspace{1em}\ttfamily{difference} & 751.16 & 759.85 & 0.37\\
\hspace{1em}\ttfamily{difference + ratio} & 747.76 & 760.79 & 0.23\\
\hspace{1em}\ttfamily{difference * ratio} & 748.62 & 765.98 & 0.02\\
\bottomrule
\end{tabular}
\begin{tablenotes}
\item \textit{Note: }
\item Table used with permission under a CC-BY4.0 license: Wolff et al. (2023); available at https://doi.org/10.31234/osf.io/kxgwt.
\end{tablenotes}
\end{threeparttable}
\end{table}
\begin{table}[!h]
\caption{\label{tab:socialmodeltablelatex}AIC, BIC, and Bayes Factor Values for the Social Experiment}
\centering
\begin{threeparttable}
\begin{tabular}[t]{>{}lrrr}
\toprule
Model & AIC & BIC & BF\\
\midrule
\addlinespace[0.3em]
\multicolumn{4}{l}{\textbf{Replicate 1 random effects}}\\
\hspace{1em}\ttfamily{intercept only} & 1033.17 & 1037.79 & \vphantom{1} 1.00\\
\hspace{1em}\ttfamily{(1|subject)} & 1035.17 & 1044.41 & 0.04\\
\hspace{1em}\ttfamily{(1|pair)} & 1030.86 & 1040.10 & 0.32\\
\hspace{1em}\ttfamily{(1|subject) + (1|pair)} & 1032.86 & 1046.72 & 0.01\\
\addlinespace[0.3em]
\multicolumn{4}{l}{\textbf{Replicate 1 fixed effects}}\\
\hspace{1em}\ttfamily{intercept only} & 1033.17 & 1037.79 & 1.00\\
\hspace{1em}\ttfamily{ratio} & 1033.74 & 1042.98 & 0.07\\
\hspace{1em}\ttfamily{difference} & 1031.68 & 1040.92 & 0.21\\
\hspace{1em}\ttfamily{difference + ratio} & 1033.13 & 1046.99 & 0.01\\
\hspace{1em}\ttfamily{difference * ratio} & 1034.09 & 1052.57 & 0.00\\
\addlinespace[0.3em]
\multicolumn{4}{l}{\textbf{Replicate 2 random effects}}\\
\hspace{1em}\ttfamily{intercept only} & 1524.14 & 1529.14 & \vphantom{1} 1.00\\
\hspace{1em}\ttfamily{(1|subject)} & 1526.14 & 1536.14 & 0.03\\
\hspace{1em}\ttfamily{(1|pair)} & 1526.14 & 1536.14 & 0.03\\
\hspace{1em}\ttfamily{(1|subject) + (1|pair)} & 1528.14 & 1543.14 & 0.00\\
\addlinespace[0.3em]
\multicolumn{4}{l}{\textbf{Replicate 2 fixed effects}}\\
\hspace{1em}\ttfamily{intercept only} & 1524.14 & 1529.14 & 1.00\\
\hspace{1em}\ttfamily{ratio} & 1524.87 & 1534.88 & 0.06\\
\hspace{1em}\ttfamily{difference} & 1525.60 & 1535.60 & 0.04\\
\hspace{1em}\ttfamily{difference + ratio} & 1526.67 & 1541.68 & 0.00\\
\hspace{1em}\ttfamily{difference * ratio} & 1528.65 & 1548.66 & 0.00\\
\bottomrule
\end{tabular}
\begin{tablenotes}
\item \textit{Note: }
\item Table used with permission under a CC-BY4.0 license: Wolff et al. (2023); available at https://doi.org/10.31234/osf.io/kxgwt.
\end{tablenotes}
\end{threeparttable}
\end{table}
\begin{table}[!h]
\caption{\label{tab:preferencetablelatex}Choice for Individual Conspecifics}
\centering
\begin{threeparttable}
\begin{tabular}[t]{lccccc}
\toprule
Conspecific & Age & Number of trials & Female choice \% & Male choice \% & Overall choice \%\\
\midrule
\addlinespace[0.3em]
\multicolumn{6}{l}{\textbf{Replicate 1}}\\
\addlinespace[0.3em]
\multicolumn{6}{l}{\textit{Males}}\\
\hspace{1em}\hspace{1em}Zappa & 11 & 400 & 43.1 & 44.2 & 43.8\\
\hspace{1em}\hspace{1em}Cash & 11 & 350 & 46.4 & 45.7 & 46.0\\
\hspace{1em}\hspace{1em}Pease & 14 & 141 & 43.8 & 49.4 & 46.8\\
\hspace{1em}\hspace{1em}Hagrid & 11 & 179 & 46.9 & 51.3 & 49.7\\
\hspace{1em}\hspace{1em}Bruno & 19 & 40 & 62.5 & 45.8 & 52.5\\
\hspace{1em}\hspace{1em}Mulder & 11 & 570 & 54.4 & 55.0 & 54.7\\
\hspace{1em}\hspace{1em}Mork & 12 & 630 & 56.0 & 55.3 & 55.6\\
\hspace{1em}\hspace{1em}Fox & 11 & 530 & 55.7 & 56.6 & 56.2\\
\hspace{1em}\hspace{1em}Comanche & 10 & 21 & 62.5 & 40.0 & 57.1\\
\hspace{1em}\hspace{1em}Sebastian & 19 & 464 & 58.3 & 57.4 & 57.8\\
\hspace{1em}\hspace{1em}Ariel & 19 & 406 & 57.9 & 59.5 & 58.9\\
\addlinespace[0.3em]
\multicolumn{6}{l}{\textit{Females}}\\
\hspace{1em}\hspace{1em}Saffron & 12 & 350 & 40.0 & 42.9 & 41.7\\
\hspace{1em}\hspace{1em}Hermia & 14 & 134 & 39.6 & 45.3 & 43.3\\
\hspace{1em}\hspace{1em}Quince & 14 & 206 & 44.3 & 48.3 & 46.6\\
\hspace{1em}\hspace{1em}Scully & 11 & 163 & 62.5 & 47.7 & 52.8\\
\hspace{1em}\hspace{1em}Egeus & 14 & 600 & 57.9 & 53.1 & 55.0\\
\hspace{1em}\hspace{1em}Sapphire & 12 & 66 & 62.5 & 67.6 & 65.2\\
\addlinespace[0.3em]
\multicolumn{6}{l}{\textbf{Replicate 2}}\\
\addlinespace[0.3em]
\multicolumn{6}{l}{\textit{Males}}\\
\hspace{1em}\hspace{1em}Cash & 11 & 770 & 45.5 & 48.5 & 48.2\\
\hspace{1em}\hspace{1em}Pease & 14 & 818 & 52.4 & 49.2 & 49.5\\
\hspace{1em}\hspace{1em}Zappa & 11 & 790 & 58.2 & 50.6 & 51.4\\
\hspace{1em}\hspace{1em}Chicklet & 12 & 828 & 57.8 & 50.7 & 51.4\\
\addlinespace[0.3em]
\multicolumn{6}{l}{\textit{Females}}\\
\hspace{1em}\hspace{1em}Egeus & 14 & 828 & 42.2 & 50.3 & 49.5\\
\hspace{1em}\hspace{1em}Quince & 14 & 848 & 45.9 & 50.6 & 50.1\\
\hspace{1em}\hspace{1em}Hippolyta & 14 & 818 & 43.9 & 50.8 & 50.1\\
\hspace{1em}\hspace{1em}Sapphire & 12 & 888 & 57.3 & 51.4 & 52.0\\
\bottomrule
\end{tabular}
\begin{tablenotes}
\item \textit{Note: }
\item Table used with permission under a CC-BY4.0 license: Wolff et al. (2023); available at https://doi.org/10.31234/osf.io/kxgwt.
\end{tablenotes}
\end{threeparttable}
\end{table}
\end{document}