pShiftCount: Compute Counts of Gibson's Participation Shifts

Description Usage Arguments Details Value Author(s) References Examples

View source: R/pShiftCount.R

Description

Uses the relevent package to compute counts of dyadic turn-taking events using a typology outlined by Gibson (2003)

Usage

1
pShiftCount(nd, start = NULL, end = NULL, output = c("final", "full"))

Arguments

nd

networkDynamic object to be evaluated

start

numeric initial time point to start evaluation from

end

numeric ending time point to finish evaluation

output

chracter value indicating if only the 'final' counts should be reported, or the 'full' matrix with updated counts for each event.

Details

Uses the accum.ps function in the package relevent to build counts of accumulated dyad participation shifts (turn-taking changes) using the dynamic information on tie changes represented in a directed networkDynamic object. The P-shifts are given in the order used in Gibson's 2003 Social Forces paper, namely:

This uses Gibson's notation, in which A is the initial source, B is the initial target, X is a new (shifted) speaker, Y is a new (shifted) target, and 0 is used where no well-defined speaker or target is present. (Here, this would occurs when NA is given for source or destination, not currently supported)

It is worth noting that not all adjacent event pairs induce P-shifts, and hence the shift counts will not increment with every event. In particular, the first event does not induce a shift (since there is no prior event), and neither does a repetition of a previous event (e.g., AB->AB or A0->A0). The full set is thus affinely independent in general, although they will have a near (or even full) dimension of affine dependence on most data sets.

Event order is determined by sorting the network's edge spells by on the onset time of edge and then by the terminus. Gibson's typology assumes that edges/ties directed 'at the group' are distinguishable those directed at individuals, and has a strong assumption of sequential non-simultaneous events. Because the networkDynamic object does not explicitly clode for 'group' utterences, simultaneous edges originating from a speaker (same onset,terminus, and tail vertex) are assumed to be directed at the group, even if not all group members are reached by the ties.

Value

For output='final' (the default), the output is a matrix with one row containing counts for each of the 13 P-shift types accumulated over the time period requested. For ouptut='full', the output is a data.frame with rows corresponding to each edge spell event. The first 13 rows are the counts of P-shift types, and the remaining four rows are the 'onset', 'terminus', 'tail', 'head', and a 'group' column indicating if the event was considered as a group-directed.

Author(s)

Carter Butts buttsc@uci.edu, Skye Bender-deMoll skyebend@uw.edu

References

Gibson, D.R. (2003) 'Participation Shifts: Order and Differentiation in Group Conversation' Social Forces 81 (4): 1335-1380 https://doi.org/10.1353/sof.2003.0055

Carter T. Butts (2008). A Relational Event Framework for Social Action. Sociological Methodology, 38(1), 155–200.

Examples

1
2
data(McFarland_cls33_10_16_96)
pShiftCount(cls33_10_16_96)

tsna documentation built on Nov. 1, 2021, 5:06 p.m.