Added new functionality to calculate Gini coefficient and Lorenz curve.
Minor bug fixes and visual improvements.
Minor bugfix on create_line()
.
Minor changes to documentation on static report outputs.
Added new functionality to calculate information value:
create_IV()
and IV_report()
g2g_data
and
p2p_data
identify_query()
any_idate()
Added new functionality for organizational network analysis (ONA):
p2p_data
and g2g_data
sample
datasets, with an option to simulate a person-to-person dataset using
p2p_data_sim()
network_g2g()
, network_p2p()
,
network_summary()
, and create_sankey()
functionsnetwork_p2p()
now has a centrality
argument for computing and visualizing centrality as node sizes in the
network plotnetwork_p2p()
:
algorithm
argument is renamed to
layout
for better intuitivenessstyle
argument now controlling the network plotting
mechanism and return
argument controlling whether plots are
generated interactively or saved as PDFigraph
create_dist()
family
functionsvalidation_report()
This is the first version of the vivainsights package to be released open-source on GitHub and CRAN. This is based on the original wpa library, with functions and documentation updated to reflect the latest features in Viva Insights.