Learn R Programming

backbone (version 3.0.2)

lans: Depricated function to extract LANS backbone

Description

lans() was replaced by backbone_from_weighted(model = "lans").

Usage

lans(
  W,
  alpha = 0.05,
  missing.as.zero = FALSE,
  signed = FALSE,
  mtc = "none",
  narrative = FALSE
)

Arguments

W

A positively-weighted unipartite graph as a binary incidence matrix or a binary bipartite igraph object

alpha

real: significance level of hypothesis test(s)

missing.as.zero

boolean: should missing edges be treated as edges with zero weight and tested for significance

signed

boolean: TRUE for a signed backbone, FALSE for a binary backbone (see details)

mtc

string: type of Multiple Test Correction to be applied; can be any method allowed by p.adjust().

narrative

boolean: TRUE if suggested text & citations should be displayed. #'

Details

See backbone v2.1.4 for original documentation