Data Analysis Flashcards

1
Q

Coverage

A

= Number and % of relationship for which the behaviour occurs (or does not occur)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Dominance hierarchies:

A

are networks of dominance relationships, which are
determined by asymmetrical displays of threat and, especially, subordination

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Advantages of having a high rank

A

-Priority of Access models
- Dominant individuals get (first) priority over resources
- Can be
* Fertile females ~ reproductive success of males
* Resources, e.g food ~ reproductive success of females
* Good quality territories

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Animals show different behaviour patterns depending on:

A

season, habitat quality, time of day, weather conditions, disturbance, age, sex

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Directional consistency index:

A
  • Calculated across all dyads
  • Reflects frequency with which behaviour occurred in its most frequent direction,
    relative to the total of times the behaviour occurred.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Based on matrix, three aspects can be easily measured

A
  1. Coverage
  2. Directional consistency
  3. Linearity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the time budget?

A

The time budget is a breakdown of how an animal spends its day and serves to quantify which behaviours (e.g. resting, foraging, moving, etc.) are displayed at what time and how often.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Why to investigate time budget?

A

The time budget provides insights into fundamental ethology and behavioural ecology and may be related to environmental changes. This allows us to see how e.g., disturbance, climatic changes, or reintroduction may affect behaviour

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

standard error:

A

S.E. =(standard deviation 𝑠 )/√(sample size n )

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Sequential data

A
  • refers to (observational)
    data that has a temporal
    order.
  • In contrast: Non-
    sequential data (or non-
    sequential analyses, see
    e.g. time budget analysis)
    can explain how animals
    distribute their time
    across various types of
    behaviour.
  • But: They are unable to
    show how types of
    behaviour interact, e.g.,
    how one type of
    behaviour may trigger
    another, or how types of
    behaviour may be related.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Sequential analysis

A

is a method to describe the temporal structure of behaviour based on sequentially recorded
- Using sequential analysis we can quantify if transitions between given types of behaviours are probable, improbable, or unrelated

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Important assumptions / requirements for a principal component analysis:

A
  • PCA assumes a correlation between variables!
  • PCA is sensitive to the scale of the variables!
  • Always standardize or normalize variables before a PCA!
  • All variables must be numeric (interval/ratio) and there must be no missing values!
  • PCA is not very robust against outliers!
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

how to measure the number of inconsistencies?

A

is the number of 1’s under the diagonal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a Inconsistencie?

A

are couples of individuals whose interactions go against the order of the rank

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the strength of inconsistencies

A

is the total difference in rank for each inconsistency

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Landau’s h index

A
  • Indicates how linear a dominance
    hierarchy is
  • Between 0 and 1
17
Q

Steepness

A
  • Indicates the strength of the differences
    between ranks
  • Between 0 (an egalitarian hierarchy) and 1
    (a despotic hierarchy)
  • Can be visualized by making a scatterplot
    with rank order against the David Score
18
Q

We can also visualize our results with a Dominance graph (with arrows, looks likes an octagon):

A

This shows the direction of the interactions between each individual with each of the others

19
Q

There are 3 cluster analysis methods in SPSS:

A
  1. Hierarchical cluster analysis
  2. K-Means cluster analysis
  3. Two-step cluster analysis
20
Q

Hierarchical cluster analysis (HCA)

A

Is usually used when the number of objects (cases) is not large (n<100). All variables you want to use for clustering must be at the interval or ratio level.

21
Q

Cluster Analysis

A

is a method to classify or group objects into clusters based on their characteristics or attributes
The goal is to maximise the similarities within a cluster and minimise the similarities between the clusters.

22
Q

K-Means cluster analysis

A

You indicate the number of clusters beforehand. This method is very suitable if you have a large number of objects (cases). All variables you want to use for clustering must be at the interval or ratio level.

23
Q

Two-step cluster analysis

A

Can cluster obejcts (cases) based on nominal or ordinal scaled variables (catagorical) as well as interval or ratio scaled variables (metric). Useful for large datasets.

24
Q

Divisive clustering

A

All objects begin within one cluster and are removed one by one until each cluster only contains one object.

25
Q

There are several methods to determine the distance between two clusters:

A
  • Single Linkage = nearest neighbor
    method
  • Complete Linkage = furthest neighbor
    method
  • Average Linkage = unweighted pairgroup
    method with arithmetic mean
  • Centroid Linkage
  • Ward’s Linkage
26
Q

Agglomerative Clustering

A

Start with a separate cluster for each object
Determine the distance between each of the clusters
Combine the most similar clusters into one
Repeat steps 2 and 3 till all objects are in 1 cluster