Measures the affiliation orientation of a leader's speech by classifying verb-level actions as affiliative (A) or other-affiliative (OA) based on the speaker's own-entity references and sentence-level context.
Arguments
- own_entity
A character vector of entity names representing the speaker's own country or group.
- text
A character string containing the speech text to analyse.
- bootstrap
Logical; if
TRUE, return bootstrapped mean and variance estimates. Default isFALSE.- B
Integer; number of bootstrap replicates. Default is 1000.
Value
A one-row tibble. When bootstrap = FALSE,
columns are A and OA. When bootstrap = TRUE, columns
are meanA, meanOA, varA, varOA.
