SemNeT
An interactive Shiny application for running SemNeT
analysis.
SemNeTShiny()
A list called resultShiny
containing:
The data imported into SemNeTShiny
The grouping variable imported into SemNeTShiny
The networks generated during SemNeTShiny
session.
The networks are labelled using the provided grouping variable
Network measures ASPL (Average Shortest Path Lengths),
CC (Clustering Coefficient), and Q (Modularity) for the networks generated
during SemNeTShiny
(see semnetmeas
)
A visualization of the networks generated during SemNeTShiny
(see compare_nets
)
Statistical results from the Random Network Test in SemNeTShiny
(see randnet.test
)
Results from the Bootstrap Network Analysis in SemNeTShiny
(see bootSemNeT
)
Statistical results from the Bootstrap Network Analysis
(see test.bootSemNeT
)
Plots of the statistical results from the Bootstrap Network Analysis
(see plot.bootSemNeT
)
Results from the Random Walk Analysis
(see randwalk
)
Results from the Spreading Activation Analysis
(see spreadr
)
if(interactive())
{SemNeTShiny()}
Run the code above in your browser using DataLab