Return a data frame summarising all registered network estimators.
Examples
list_estimators()
#> name description directed
#> 1 attention Decay-weighted attention transitions TRUE
#> 2 co_occurrence Co-occurrence within sequences FALSE
#> 3 cor Pairwise correlation network FALSE
#> 4 frequency Raw transition frequency counts TRUE
#> 5 glasso EBICglasso regularized partial correlations FALSE
#> 6 ising Ising model (L1-penalized logistic regression) FALSE
#> 7 pcor Unregularized partial correlations FALSE
#> 8 relative Row-normalized transition probabilities TRUE
#> 9 wtna Window-based TNA transitions (one-hot) TRUE
#> 10 wtna_cooccurrence Window-based TNA co-occurrence (one-hot) FALSE