HCAdf_to_TE: Transfer entropy summary

View source: R/df_to_TE.R

HCAdf_to_TER Documentation

Transfer entropy summary

Description

Computes transfer entropy for each timebin of a HCAdf object

Usage

HCAdf_to_TE(
  HCAdf,
  lagtime = 900,
  aggre.time = 900,
  norm = TRUE,
  int.pairs = F,
  strict.input = F
)

Arguments

HCAdf

HCAdf object

lagtime

lag time for transfer entropy in seconds

aggre.time

timebins in seconds

norm

flag to compute entropy

int.pairs

If true, it will compute the outgoing (affTE) and incoming entropy (effTE) for each individual. If false, it will be TE between all pairs.

strict.input

Error if input is not of class HCAdf

Value

transfer entropy summary

Examples

## Not run: 
  test = HCAdf_to_TE(asdfsadf)

## End(Not run)

DJFernandes/ezHCA documentation built on June 12, 2025, 12:01 p.m.