stata-alluvial VS stata-sankey

Compare stata-alluvial vs stata-sankey and see what are their differences.

stata-alluvial

A Stata package for alluvial plots (by asjadnaqvi)

stata-sankey

A Stata package for Sankey diagrams (by asjadnaqvi)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
stata-alluvial stata-sankey
1 1
3 20
- -
4.9 6.1
3 months ago about 2 months ago
Stata Stata
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

stata-alluvial

Posts with mentions or reviews of stata-alluvial. We have used some of these posts to build our list of alternatives and similar projects.
  • Alluvial Graphs
    1 project | /r/stata | 27 Mar 2023
    Hi All. I am having fun playing around with Alluvial plots using https://github.com/asjadnaqvi/stata-alluvial

stata-sankey

Posts with mentions or reviews of stata-sankey. We have used some of these posts to build our list of alternatives and similar projects.
  • Anyone know how I can make a similar figure to this? basically describes the temporal trends for pt's with a certain heart condition over three timepoints.
    1 project | /r/stata | 27 Feb 2023
    /* run once: net install sankey, from("https://raw.githubusercontent.com/asjadnaqvi/stata-sankey/main/installation/") replace ssc install palettes, replace ssc install colrspace, replace ado update, update // example dataset, if interested: use "https://github.com/asjadnaqvi/stata-sankey/blob/main/data/sankey2.dta?raw=true", clear */ clear all input str20 source str20 destination layer value // layer 1, the number moving from 1st node to 2nd "D. Severe" "D. Severe" 1 0 "D. Severe" "C. Moderate" 1 3 "D. Severe" "B. Mild" 1 2 "D. Severe" "A. None/Trivial" 1 1 "C. Moderate" "D. Severe" 1 0 "C. Moderate" "C. Moderate" 1 7 "C. Moderate" "B. Mild" 1 6 "C. Moderate" "A. None/Trivial" 1 11 "B. Mild" "D. Severe" 1 0 "B. Mild" "C. Moderate" 1 0 "B. Mild" "B. Mild" 1 0 "B. Mild" "A. None/Trivial" 1 0 "A. None/Trivial" "D. Severe" 1 0 "A. None/Trivial" "C. Moderate" 1 0 "A. None/Trivial" "B. Mild" 1 0 "A. None/Trivial" "A. None/Trivial" 1 0 // layer 2, the number moving from 2nd node to 3rd "D. Severe" "D. Severe" 2 0 "D. Severe" "C. Moderate" 2 0 "D. Severe" "B. Mild" 2 0 "D. Severe" "A. None/Trivial" 2 0 "C. Moderate" "D. Severe" 2 2 "C. Moderate" "C. Moderate" 2 1 "C. Moderate" "B. Mild" 2 5 "C. Moderate" "A. None/Trivial" 2 2 "B. Mild" "D. Severe" 2 4 "B. Mild" "C. Moderate" 2 1 "B. Mild" "B. Mild" 2 3 "B. Mild" "A. None/Trivial" 2 0 "A. None/Trivial" "D. Severe" 2 1 "A. None/Trivial" "C. Moderate" 2 1 "A. None/Trivial" "B. Mild" 2 5 "A. None/Trivial" "A. None/Trivial" 2 5 end drop if value==0 sankey value, from(source) to(destination) by(layer) /// sortby(name) showtotal colorby(level) labangle(0)

What are some alternatives?

When comparing stata-alluvial and stata-sankey you can also consider the following projects:

parquetize - R package that allows to convert databases of different formats to parquet format

Donald - A lightweight, generic F# database abstraction.

readstata13 - Package to read the Stata 13 (and newer) file format into a R data.frame

FlatFiles - Reads and writes CSV, fixed-length and other flat file formats with a focus on schema definition, configuration and speed.

ftools - Fast Stata commands for large datasets

floweaver - View flow data as Sankey diagrams

language-stata - Syntax highlighting for Stata in Atom

timeline-sankey - A project to visualize time range series data using the Sankey diagram.

sankeydiagram.net - sankeydiagram.net is an easy-to-use webapp for generating Sankey Diagrams to visualize flows and budgets.