gt_cascade: Calculated declarations from an Information Cascade

Description Usage Arguments Examples

View source: R/gt_declarations.R

Description

A cascade can also form, for example, if the first two decisions differ and the next two match. In all cases, it takes an imbalance of two de- cisions in one direction to overpower the informational content of subsequent individual signals. PosteriorFunction to figure if you should say Yes or no given a string with n relevant Yeses and m relevant no's

Usage

1
gt_cascade(x, signals = x)

Arguments

Signals

Vector with signals received

Examples

1
2
 gt_cascade(c(1,0,1,1,0))
 gt_cascade(c(0,0,1,1,0))

macartan/hop documentation built on Jan. 4, 2022, 9:21 p.m.