pipe_select_factors: Select factors

pipe_select_factorsR Documentation

Select factors

Description

Select factors

Usage

pipe_select_factors(
  graf,
  top = 10,
  bottom = NULL,
  all = F,
  field = "frequency",
  recalculate_factors = T,
  recalculate_links = T
)

Arguments

graf

A mapfile representing a causal map. A mapfile is a tidygraph, which consists of a table of edges linked to a table of nodes, with an optional additional table of statements. In this package, nodes are called 'factors' and edges are called 'links.'

top

Select only the 'top' factors in terms of their frequency

is_proportion

stevepowell99/CausalMapFunctions documentation built on Oct. 12, 2023, 11:13 a.m.