Jane Li
Senior Data Scientist
Ministry of Business, Innovation, and Employment
Jane is a Senior Data Scientist with the Risk Analytics and Data Science team at the Ministry of Business, Innovation and Employment (MBIE). She works with statistical analysis and data modelling to interpret complex data, identify trends and patterns, and draw meaningful conclusions to help organizations make data-driven decisions. Jane relishes the challenge of solving complex analytical problems, and has a particular interest in providing insights through visual presentation.

The magic of network graphs: how R Shiny enables exploration of complex networks
Most businesses and government departments deal with data representing links between entities. These can range from applications or purchases associated with customers, relationships between individuals and/or employers, or even attributes shared between entities. This data is typically stored in relational tables, where relationship queries require painful SQL joins or cross-lookups, which are practically limited to only few degrees of separation and require high technical ability to retrieve. Network Analytics is a modelling technique that allows to easily visualize and explore entities and relationships between them by users of all skill levels. Network Analytics is often used for data problems which involve many-to-many relations such as discovering hidden connections, identifying key entities, navigating deep hierarchies, detecting communities and predicting links. In this talk we will showcase how R Shiny, igraph, and visNetwork can be used to develop a Network Analytics app for live exploration of knowledge graphs. We will share some challenges and lessons learned from our journey, including how to maximise use cases and options for deployment to users.