Learn R Programming

backbone (version 2.0.0)

write.narrative: Generates suggested manuscript text

Description

write.narrative displays suggested text and references that can be used in a manuscript to describe the extracted backbone

Usage

write.narrative(
  agents,
  artifacts,
  weighted,
  bipartite,
  symmetric,
  signed,
  fwer,
  alpha,
  s,
  ut,
  lt,
  trials,
  model,
  retained
)

Arguments

agents

integer: number of agents in a bipartite graph, or nodes in a unipartite graph

artifacts

integer: number of artifacts in a bipartite graph

weighted

boolean: TRUE if input graph was weighted

bipartite

boolean: TRUE if input graph was bipartite

symmetric

boolean: TRUE if input graph was symmetric

signed

boolean: TRUE if a signed backbone was requested

fwer

string: type of familywise error rate correction

alpha

numeric: alpha significance threshold (used in statistical models)

s

numeric: sparsification parameter (used in sparsification models)

ut

numeric: upper threshold (used in global threshold)

lt

numeric: lower threshold (used in global threshold)

model

string: name of backbone null model

retained

numeric: percent of edges retained in the backbone

trials:

integer: number of trials used to estimate FDSM or oSDSM p-values

Value

NULL; only displays text in the console