network.conditional: (Deprecated) Produce conditional probabilities of dyads of...

View source: R/network_conditional.R

network.conditionalR Documentation

(Deprecated) Produce conditional probabilities of dyads of elements, and graph object based on conditional probabilities

Description

This function is deprecated. Please see network_conditional instead

Usage

network.conditional(
  netfacs.data,
  min.prob = 0,
  min.count = 0,
  ignore.element = NULL,
  plot.bubbles = FALSE
)

Arguments

netfacs.data

object resulting from netfacs or conditional_probabilities functions.

min.prob

minimum conditional probability that should be shown in the graph

min.count

minimum number of times that a combination should occur before being included in the graph

ignore.element

string vector, can be used to exclude certain elements when creating the plots

plot.bubbles

if TRUE (default), then the nodes in the network plots will be surrounded by bubbles; if FALSE, the edges connect the names directly

Value

Function returns a dataframe that includes all dyadic combinations and their observed and conditional probabilities


NetFACS documentation built on Dec. 7, 2022, 1:12 a.m.