calcPICbetweentot {IDmeasurer}R Documentation

Calculates potential of identity coding (PIC, variant=PICbetweentot)

Description

This function calculates Potential of individual coding for all variables within the dataset.

Reference: Robisson, P. (1992). Roles of pitch and duration in the discrimination of the mate's call in the King penguin Aptenodytes patagonicus. Bioacoustics, 4, 25-36.

Usage

calcPICbetweentot(df)

Arguments

df

A data frame with the first column indicating individual identity.

Value

Numeric vector with PIC values for each variable in df.

See Also

Other individual identity metrics: calcDS, calcF, calcHM, calcHSngroups, calcHSnpergroup, calcHSntot, calcHSvarcomp, calcHS, calcMI, calcPICbetweenmeans, calcPIC

Examples

calcPICbetweentot(ANmodulation)


[Package IDmeasurer version 1.0.0 Index]