Other packages > Find by keyword >

nevada  

Network-Valued Data Analysis
View on CRAN: Click here


Download and install nevada package within the R console
Install from CRAN:
install.packages("nevada")

Install from Github:
library("remotes")
install_github("cran/nevada")

Install by package version:
library("remotes")
install_version("nevada", "0.2.0")



Attach the package and use:
library("nevada")
Maintained by
Aymeric Stamm
[Scholar Profile | Author Map]
First Published: 2021-09-25
Latest Update: 2023-09-03
Description:
A flexible statistical framework for network-valued data analysis. It leverages the complexity of the space of distributions on graphs by using the permutation framework for inference as implemented in the 'flipr' package. Currently, only the two-sample testing problem is covered and generalization to k samples and regression will be added in the future as well. It is a 4-step procedure where the user chooses a suitable representation of the networks, a suitable metric to embed the representation into a metric space, one or more test statistics to target specific aspects of the distributions to be compared and a formula to compute the permutation p-value. Two types of inference are provided: a global test answering whether there is a difference between the distributions that generated the two samples and a local test for localizing differences on the network structure. The latter is assumed to be shared by all networks of both samples. References: Lovato, I., Pini, A., Stamm, A., Vantini, S. (2020) "Model-free two-sample test for network-valued data" ; Lovato, I., Pini, A., Stamm, A., Taquet, M., Vantini, S. (2021) "Multiscale null hypothesis testing for network-valued data: Analysis of brain networks of patients with autism" .
How to cite:
Aymeric Stamm (2021). nevada: Network-Valued Data Analysis. R package version 0.2.0, https://cran.r-project.org/web/packages/nevada. Accessed 02 Mar. 2025.
Previous versions and publish date:
0.1.0 (2021-09-25 08:40)
Other packages that cited nevada R package
View nevada citation profile
Other R packages that nevada depends, imports, suggests or enhances
Complete documentation for nevada
Downloads during the last 30 days
01/3102/0102/0202/0402/0502/0602/0702/0802/0902/1002/1102/1202/1302/1402/1502/1602/1702/1802/1902/2002/2102/2202/2302/2402/2502/2602/2702/2803/01Downloads for nevada02468101214161820TrendBars

Today's Hot Picks in Authors and Packages

primer  
Functions and Data for the Book, a Primer of Ecology with R
Functions are primarily functions for systems of ordinary differential equations, difference equatio ...
Download / Learn more Package Citations See dependency  
FWRGB  
Fresh Weight Determination from Visual Image of the Plant
Fresh biomass determination is the key to evaluating crop genotypes' response to diverse input and s ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
breakpoint  
An R Package for Multiple Break-Point Detection via the Cross-Entropy Method
Implements the Cross-Entropy (CE) method, which is a model based stochastic optimization technique t ...
Download / Learn more Package Citations See dependency  
explore  
Simplifies Exploratory Data Analysis
Interactive data exploration with one line of code, automated reporting or use an easy to remember ...
Download / Learn more Package Citations See dependency  
functional  
Curry, Compose, and other higher-order functions
Curry, Compose, and other higher-order functions ...
Download / Learn more Package Citations See dependency  

23,762

R Packages

206,309

Dependencies

64,236

Author Associations

23,763

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA