SemNeTShiny: Shiny App for 'SemNeT'

View source: R/SemNeTShiny.R

SemNeTShinyR Documentation

Shiny App for SemNeT

Description

An interactive Shiny application for running SemNeT analysis.

Usage

SemNeTShiny()

Value

A list called resultShiny containing:

data

The data imported into SemNeTShiny

group

The grouping variable imported into SemNeTShiny

network

The networks generated during SemNeTShiny session. The networks are labelled using the provided grouping variable

measures

Network measures ASPL (Average Shortest Path Lengths), CC (Clustering Coefficient), and Q (Modularity) for the networks generated during SemNeTShiny

(see semnetmeas)

comparePlot

A visualization of the networks generated during SemNeTShiny

(see compare_nets)

randomTest

Statistical results from the Random Network Test in SemNeTShiny (see randnet.test)

bootstrap

Results from the Bootstrap Network Analysis in SemNeTShiny (see bootSemNeT)

bootstrapTest

Statistical results from the Bootstrap Network Analysis (see test.bootSemNeT)

bootstrapPlot

Plots of the statistical results from the Bootstrap Network Analysis (see plot.bootSemNeT)

randomWalk

Results from the Random Walk Analysis (see randwalk)

bootstrapPlot

Results from the Spreading Activation Analysis (see spreadr)

Examples


if(interactive())
{SemNeTShiny()}



SemNeT documentation built on Aug. 12, 2023, 5:06 p.m.