Package: gretel 0.0.1.9000
gretel: Generalized Path Analysis for Social Networks
The social network literature features numerous methods for assigning value to paths as a function of their ties. 'gretel' systemizes these approaches, casting them as instances of a generalized path value function indexed by a penalty parameter. The package also calculates probabilistic path value and identifies optimal paths in either value framework. Finally, proximity matrices can be generated in these frameworks that capture high-order connections overlooked in primitive adjacency sociomatrices. Novel methods are described in Buch (2019) <https://davidbuch.github.io/analyzing-networks-with-gretel.html>. More traditional methods are also implemented, as described in Yang, Knoke (2001) <doi:10.1016/S0378-8733(01)00043-0>.
Authors:
gretel_0.0.1.9000.tar.gz
gretel_0.0.1.9000.zip(r-4.7)gretel_0.0.1.9000.zip(r-4.6)gretel_0.0.1.9000.zip(r-4.5)
gretel_0.0.1.9000.tgz(r-4.6-x86_64)gretel_0.0.1.9000.tgz(r-4.6-arm64)gretel_0.0.1.9000.tgz(r-4.5-x86_64)gretel_0.0.1.9000.tgz(r-4.5-arm64)
gretel_0.0.1.9000.tar.gz(r-4.7-arm64)gretel_0.0.1.9000.tar.gz(r-4.7-x86_64)gretel_0.0.1.9000.tar.gz(r-4.6-arm64)gretel_0.0.1.9000.tar.gz(r-4.6-x86_64)
gretel_0.0.1.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
gretel/json (API)
NEWS
| # Install 'gretel' in R: |
| install.packages('gretel', repos = c('https://davidbuch.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/davidbuch/gretel/issues
- BuchDarrah19 - Example data for gretel
- OpsahlEtAl10 - Example data from Opsahl, Agneessens, Skvoretz
- YangKnoke01 - Example data from Yang, Knoke
Last updated from:dabcf941ff. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 110 | ||
| linux-devel-x86_64 | OK | 120 | ||
| source / vignettes | OK | 171 | ||
| linux-release-arm64 | OK | 113 | ||
| linux-release-x86_64 | OK | 118 | ||
| macos-release-arm64 | OK | 118 | ||
| macos-release-x86_64 | OK | 367 | ||
| macos-oldrel-arm64 | OK | 139 | ||
| macos-oldrel-x86_64 | OK | 326 | ||
| windows-devel | OK | 104 | ||
| windows-release | OK | 90 | ||
| windows-oldrel | OK | 108 | ||
| wasm-release | OK | 104 |
Exports:all_opt_gpvall_opt_ppvbinary_distanceflament_average_path_lengthflament_path_lengthgenerate_proximitiesgpvopt_gpvopt_ppvpeay_average_path_valuepeay_path_valueppvunpack
Dependencies:RcppResistorArray
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Optimize All Generalized Path Values | all_opt_gpv |
| Optimize All Probabilistic Path Values | all_opt_ppv |
| Binary Distance of a Network Path | binary_distance |
| Example data for gretel | BuchDarrah19 |
| Find the shortest L-Inf norm paths to other vertices | dijkstra_inf |
| Find the shortest paths to other vertices | dijkstra_nodes |
| Yang and Knoke's Average Path Length | flament_average_path_length |
| Flament's Path Length Measure | flament_path_length |
| Generate a Proximity Matrix | generate_proximities |
| Generalized Path Value | gpv |
| gretel: Generalized Path Analysis for Social Networks | gretel-package gretel |
| Example data from Opsahl, Agneessens, Skvoretz (2010) | OpsahlEtAl10 |
| Optimize Generalized Path Value | opt_gpv |
| Optimize Probabilistic Path Value | opt_ppv |
| Yang and Knoke's Average Path Value | peay_average_path_value |
| Peay's Path Value Measure | peay_path_value |
| Calculate probabilistic path value | ppv |
| Unpacks a Path from a Dijkstra-Format Spanning Tree | unpack |
| Example data from Yang, Knoke (2001) | YangKnoke01 |
