stabilityGraph: compute a stability graph for the Ising model from a...

Description Usage Arguments

Description

Compute the stable components of the Ising or Random Effects graphical model through bootstrapping.

Usage

1
2
3
stabilityGraph(obj, type = c("ising", "randomEffects"), cv = FALSE,
  reps = 100, cpus = 1, gamma = 0, AND = FALSE, seed = NULL,
  sampleNew = FALSE, keepEach = 1)

Arguments

obj

flowReMix model fit.

type

character "ising" or "randomEffects"

cv

integer MORE DETAILS

reps

integer number of replications.

cpus

integer number of cpus to use

gamma

numeric MORE DETAILS

AND

logical. How the Ising edges are aggregated. AND or OR.

seed

random seed. Default 100 if NULL.


RGLab/flowReMix documentation built on May 8, 2019, 5:55 a.m.