Learn R Programming

netjack (version 1.2.0)

Tools for Working with Samples of Networks

Description

Tools for managing large sets of network data and performing whole network analysis. This package is focused on the network based statistic jackknife method, and implements a framework that can be extended to other network manipulations and analyses.

Copy Link

Version

Install

install.packages('netjack')

Monthly Downloads

21

Version

1.2.0

License

GPL-3

Maintainer

Teague Henry

Last Published

July 7th, 2019

Functions in netjack (1.2.0)

NetSampleStatSet-class

An S4 class representing the results of applying a network statistic function to a NetSampSet object.
network_statistics

Network Statistic Functions
net_stat_apply

Apply a network statistic function to a NetSet or NetSampleSet object.
net_apply

Apply a network manipulation function to a single network, or to a sample of networks
network_functions

Network Manipulation Functions
group_test_ggPlot

Group Test Plots
group_test

Group test
group_diff_test

Group difference test
pretty_print_arg_list

Format and print an argument list.
group_perc_diff_test

Group percentage difference test
group_diff_test_ggPlot

Group Difference Plots
show,Net-method

Convenience Functions for printing information about Net-type objects
to_data_frame

Network statistics to long format dataframe
group_perc_diff_test_ggPlot

Group Percentage Difference Plots
diff_test

Test for differences from original statistic
diff_test_ggPlot

Difference Test Plots
Net-class

An S4 class to represent a single network.
NetSample-class

An S4 class to represent a sample of networks
GroupB

Simulated Dataset of 20 networks. Group B.
GroupA

Simulated Dataset of 20 networks. Group A.
NetSampleSet-class

An S4 class representing a sample of networks with a network permutation function applied to it.
NetSet-class

An S4 class representing a single network with a network permutation function applied to it.
as_Net

Constructor for single Net object
as_NetSample

Constructor for a NetSample object
NetStatSet-class

An S4 class representing the results of applying a network statistic function to a single NetSet object.