dyadic_rates_to_dsi: Function calculates DSI from dyadic rates

Description Usage Arguments

Description

This functions uses the table with dyadic rates calculated by calc_dyadic_rates to calculate the Dyadic Sociality Index (DSI) for all dyads included in the dataset. Included behaviours and roles can be specified (as in calc_dyadic_rates)

Usage

1
2
3
4
5
dyadic_rates_to_dsi(
  dyadic_rates_table,
  behaviours_included,
  roles_included = c("D", "R", "M")
)

Arguments

dyadic_rates_table

Table that was created by calc_dyadic_rates

behaviours_included

Vector with all behaviours to be included

roles_included

Which roles should be included, e.g., (D)irected, (R)eceived, or (M)utual


urskalbitzer/daginR documentation built on Jan. 21, 2020, 1:26 a.m.