more @ Github

Bugs are always possible, I make my best to provide a new release averytime I found them. Please report bugs to: ‘’. Peculiarities, feedback and general queries on the use and theory of the software are also welcomed.

Packages for Permutation tests (and conditional resampling)

flipscores

A R package for multivariate permutation tests.

The github dev version can be found here.

Some example here https://livioivil.github.io/flipscores/

on CRAN

J Hemerik, JJ Goeman and L Finos (2019) Robust testing in generalized linear models by sign-flipping score contributions. Journal of the Royal Statistical Society Series B: Statistical Methodology, Volume 82, Issue 3, July 2020, Pages 841–864.
https://doi.org/10.1111/rssb.12369

R De Santis, J Goeman, J Hemerik, L Finos (2022) Inference in generalized linear models with robustness to misspecified variances arXiv: 2209.13918.
https://arxiv.org/abs/2209.13918

flip

A R package for multivariate permutation tests.

on CRAN

The github dev version can be found here.

flipscores

flipscores A R package for robust score test with permutation tests.

 <img title=“permSpace.png” alt=“permSpace.png” src=“../images/permSpace.png” mce_real_src=“../images/permSpace.png”

NPClib (MATLAB)

NPClib (MATLAB)

DESCRIPTION: NPClib is the acronyms of “NonParametric Combination library”, the guiding principle underlying this software package. It is a library of MATLAB functions and it allows for a fully univariate and multivariate permutation-based inference. Most of the methods are formally stated in Pesarin, F. (2001) Multivariate Permutation Test with Application in Biostatistics. Wiley, New York. Other can be found in
Pesarin and Salmaso (2010)Permutation Tests for Complex Data - Theory, Applications and Software, Wiley Series in Probability and Statistics.

Pacakges for Multiple Testing

ARIbrain: All Resolution Inference for fMRI data

ARIbrain

R package someMTP

It’s a (small) collection of functions for Multiplicty Correction and Multiple Testing. Among others, you can find functions from some of my work

lsd.test()
DESCRIPTION
: It performs test on multivariate-multiple linear models (i.e. many predictors and predicted) with covariates (i.e. not under test). It also allows to deal with datasets having more dependent variables than observations (negative df).

See   L. Finos (2011). A note on Left-Spherically Distributed Test with covariates, Statistics and Probabilty Letters, accepted.

step.adj()
DESCRIPTION
: This function corrects the false discoveries (weak familywise control) due to model selection. It works with models of class glm and selected with function step() of library stats.

See   L. Finos, C. Brombin, L. Salmaso (2009). Adjusting stepwise p-values in generalized linear models. Communications in Statistics - Theory and Methods. Accepted.

and L. Finos, C. Brombin, L. Salmaso (2007). Adjusting p-values of a stepwise generalized linear model. MCP 2007 Vienna, Austria. July 8-11, 2007. slides

C. Brombin, L. Finos, R. Arboretti Giancristofaro (2007). How confident can you be in stepwise-glm findings? First IBS Channel Network meeting, Rolduc, May 8-11, 2007.


p.adjust.w()
DESCRIPTION
: Given a set of p-values, returns p-values adjusted using one of several (weighted) methods. It extends the method of p.adjust of library stats.

See   L. Finos, L. Salmaso (2007). FDR- and FWE-controlling methods using data-driven weights. Journal of Statistical Planning and Inference, 137,12, 3859-3870. ISSN: 0378-3758. See also the related research page

Other packages

R package someKfwer

DESCRIPTION: This library collects some procedures controlling the Generalized Familywise Error Rate: kfwe.ord ordinal, Lehamn and Romano, Guo and Romano (Single Step and Step Down) procedures.

More datails here

AUTHORS:  Livio Finos and Alessio Farcomeni


 

(coauthor of) functions inheritance and covariates in

R package globaltest

DESCRIPTION: The global test is a locally most powerful test against potentially high-dimensional alternatives. This package implements this test for (generalized linear) regression models, and has several functions to facilitate the use of this test for gene set testing of GO and KEGG terms.

AUTHORS:  Jelle Goeman, Jan Oosting


 

 

 

MTHw (MATLAB)

DESCRIPTION: MTHw perform Multiple Hypotheses Testing (FWE and FDR) procedures with weights as described in: Benjamini,Y., Hochberg,Y., 1997. Multiple hypotheses testing with weights. Scand. J. Statist. 24, 407-418.

The weights must usually be chosen a priori, on the basis of experimental hypotheses. Under some conditions, however, they can be chosen making use of information from the data (therefore a posteriori) while maintaining multiplicity control.

More datails here

FILES: FDRw.m, BHw.m, HOMw.m

Text mining and social network

R package for Text Mining: TextWiller

A collaborative project on text mining, specially devoted to the italian language.

The library is the result of the work of many people, Author: (associazionerospo.org) Dario Solari, Andrea Sciandra, Marco Rinaldo, Matteo Redaelli, Livio Finos, with the contribution of Marco Rinaldo, Maddalena Branca, Federico Ferraccioli.

TextWiller is on github: https://github.com/livioivil/TextWiller. Therefore, to install it just type:

#install devtools, if you don't have it: install.packages("devtools")
library(devtools)
install_github("TextWiller", "livioivil")
library(TextWiller)

 

R package egonet


DESCRIPTION: A small tool for Social Network Analysis, dealing with ego-centric network measures, including Burt’s effective size and aggregate constraint and an import code suitable for a large number of adjacency matrices.

AUTHORS:  A. Sciandra, F. Gioachin, L. Finos