| Function Name | Index Name | Parallelizable[^1] | Memoizable[^2] | |:----------------------|:---------------|:------------------:|:--------------:| | fd_fric() | FRic | ✅ | ✅ | | fd_fric_intersect() | FRic_intersect | ✅ | ✅ | | fd_fdiv() | FDiv | ✅ | ✅ | | fd_feve() | FEve | ✅ | ❌ | | fd_fdis() | FDis | ✅ | ❌ | | fd_raoq() | Rao's Q | ❌ | ❌ |

[^1]: parallelization through the future backend please refer to the parallelization vignette for details. [^2]: memoization means that the results of the functions calls are cached and not recomputed when recalled, to toggle it off see the fundiversity::fd_fric() Details section.



Try the fundiversity package in your browser

Any scripts or data that you put into this service are public.

fundiversity documentation built on Nov. 21, 2022, 5:07 p.m.