get_simple_ratios: Function to calculate the simple ratio association index for...

Description Usage Arguments

View source: R/social_index_funs.R

Description

So far, only works with Red Colobus Nearest Neighbour data

Usage

1
2
3
4
5
get_simple_ratios(
  dyadic_obs_list,
  i_j_observed_sum_min,
  new_dim_names = c("Name1", "Name2")
)

Arguments

dyadic_obs_list

List created with 'get_dyadic_observations'

i_j_observed_sum_min

Minimum number of times individual i and j were observed while both adult and present

new_dim_names

A vector with two elements for column and row names (default is Name1, Name2)


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