selectMinimalModel: Selection of a minimal model by the removal of non...

Description Usage Arguments Value Author(s)

Description

Selection of a minimal model by the removal of non significant links with an Chi^2 test

Usage

1
2
3
reduceModel(original_model, accuracy = 0.95)

selectMinimalModel(original_model, accuracy = 0.95, verbose = F)

Arguments

original_model

An MRAmodel object, as the one produced by createModel or importModel

accuracy

Probability threshold, the type I error for each link will be 1-accuracy. Multiple testing is not taken into account.

Value

An MRAmodel object of the reduced model with the data

Author(s)

Mathurin Dorel dorel@horus.ens.fr

Bertram Klinger bertram.klinger@charite.de


MathurinD/STASNet documentation built on May 28, 2019, 1:50 p.m.