networksis: A Package to Simulate Bipartite Graphs with Fixed Marginals Through Sequential Importance Sampling
Ryan Admiraal1, Mark S Handcock2
1Department of Statistics, University of Washington, Box 354322, Seattle WA 98195-4332, United States of America.
Journal of Statistical Software
|November 14, 2017
Summary
Simulating graphs with specific properties is crucial for social network analysis. The networksis R package offers efficient simulation and graph generation tools for network analysis tasks.
Area of Science:
- Graph theory
- Network analysis
- Computational statistics
Background:
- Graph simulation is vital for social network analysis.
- Sequential importance sampling is effective for graph property estimation.
- R is a popular statistical software environment.
Purpose of the Study:
- Introduce the networksis R package.
- Demonstrate its utility in graph simulation for network analysis.
- Facilitate estimation of graph counts and null distributions.
Main Methods:
- Utilizing the simulate and simulate_sis functions within the networksis package.
- Applying sequential importance sampling for graph property estimation.
- Generating initial graphs for Markov chain Monte Carlo (MCMC) simulations.
Main Results:
- The networksis package provides efficient graph simulation capabilities.
- Functions can estimate the number of graphs with fixed marginals.
- Null distributions of graph statistics can be accurately estimated.
- The package aids in generating starting graphs for MCMC.
Conclusions:
- The networksis package is a valuable tool for researchers in network analysis.
- It simplifies complex graph simulation and analysis tasks.
- Enhances the study of social networks through improved simulation methods.
Related Concept Videos
Cluster Sampling Method
14.9K
Appropriate sampling methods ensure that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
14.9K
Randomized Experiments
9.1K
The randomization process involves assigning study participants randomly to experimental or control groups based on their probability of being equally assigned. Randomization is meant to eliminate selection bias and balance known and unknown confounding factors so that the control group is similar to the treatment group as much as possible. A computer program and a random number generator can be used to assign participants to groups in a way that minimizes bias.
Simple randomization
Simple...
Simple randomization
Simple...
9.1K
Model Approaches for Pharmacokinetic Data: Distributed Parameter Models
273
Pharmacokinetic models are mathematical constructs that represent and predict the time course of drug concentrations in the body, providing meaningful pharmacokinetic parameters. These models are categorized into compartment, physiological, and distributed parameter models.
The distributed parameter models are specifically designed to account for variations and differences in some drug classes. This model is particularly useful for assessing regional concentrations of anticancer or...
The distributed parameter models are specifically designed to account for variations and differences in some drug classes. This model is particularly useful for assessing regional concentrations of anticancer or...
273
Introduction to Nonparametric Statistics
1.4K
Nonparametric statistics offer a powerful alternative to traditional parametric methods, useful when assumptions about the population distribution cannot be made. Unlike parametric tests, which require data to follow a specific distribution with well-defined parameters (such as the mean and standard deviation), nonparametric tests do not require such constraints. This makes them particularly valuable when dealing with small sample sizes, skewed data, or ordinal and categorical variables.
One of...
One of...
1.4K
One-Compartment Open Model: Wagner-Nelson and Loo Riegelman Method for ka Estimation
1.2K
This lesson introduces two critical methods in pharmacokinetics, the Wagner-Nelson and Loo-Riegelman methods, used for estimating the absorption rate constant (ka) for drugs administered via non-intravenous routes. The Wagner-Nelson method relates ka to the plasma concentration derived from the slope of a semilog percent unabsorbed time plot. However, it is limited to drugs with one-compartment kinetics and can be impacted by factors like gastrointestinal motility or enzymatic degradation.
On...
On...
1.2K
Distributions to Estimate Population Parameter
5.2K
The accurate values of population parameters such as population proportion, population mean, and population standard deviation (or variance) are usually unknown. These are fixed values that can only be estimated from the data collected from the samples. The estimates of each of these parameters are sample proportion, the sample mean, and sample standard deviation (or variance). To obtain the values of these sample statistics, data are required that have particular distribution and central...
5.2K


