PCC.disagreement: PCC.disagreement: Find disagreements and agreements between...

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

The PCC.disagreement function helps spotting disagreements (and agreements) between manuscripts. For a given numeric matrix, representing the variants in different manuscripts, it locates disagreements (benign or severe), agreements and omissions in common between manuscripts.

Usage

1
PCC.disagreement(x, omissionsAsReadings = FALSE)

Arguments

x

a numeric matrix, with manuscripts in columns, variants in rows, and readings coded by a number.

omissionsAsReadings

logical; if TRUE, omissions are considered as readings.

Details

A distinction is made between severe and benign disagreements (see Camps & Cafiero 2015). Severe disagreements are disagreements between witnesses on two readings that are each shared by at least two witnesses. They have stronger genealogical implications than benign disagreements, that involve at least one singular reading. This distinction is used by the methods of the PCC family.

This function also gives common omissions, and oriented omissions (i.e. omission present in one witness but not an other). No distinction is made between omission and addition, as this means establishing the orientation in genealogical relationship.

Agreements are given as well, mostly with an indicative value, as they cannot be taken as a direct measure of similarity.

Value

The function returns:

database

The original database.

severeDisagreement

A list of the severe disagreements between manuscripts.

benignDisagreement

A list of the benign disagreements between manuscripts.

agreements

A list of agreements between manuscripts.

omissionsInCommon

A list of all the omissions in common between manuscripts(if omissionsAsReadings is set to TRUE, this will be NA).

omissionsOriented

A list of the omissions present in a manuscript but not in another (if omissionsAsReadings is set to TRUE, this will be NA).

Author(s)

Jean-Baptiste Camps & Florian Cafiero

References

Camps, Jean-Baptiste, and Florian Cafiero. ‘Stemmatology: An R Package for the Computer-Assisted Analysis of Textual Traditions’. Proceedings of the Second Workshop on Corpus-Based Research in the Humanities (CRH-2), edited by Andrew U. Frank et al., 2018, pp. 65–74, https://halshs.archives-ouvertes.fr/hal-01695903v1.

Camps, Jean-Baptiste, and Florian Cafiero. ‘Genealogical Variant Locations and Simplified Stemma: A Test Case’. Analysis of Ancient and Medieval Texts and Manuscripts: Digital Approaches, edited by Tara Andrews and Caroline Macé, Brepols, 2015, pp. 69–93, https://halshs.archives-ouvertes.fr/halshs-01435633, DOI: 10.1484/M.LECTIO-EB.5.102565.

Poole, Eric. ‘L’analyse stemmatique des textes documentaires’. La pratique des ordinateurs dans la critique des textes, Paris, 1979, p. 151-161.

Poole, Eric, ‘The Computer in Determining Stemmatic Relationships’. Computers and the Humanities, 8-4 (1974), p. 207-16.

See Also

PCC.Stemma, PCC.buildGroup, PCC.reconstructModel.

Examples

1
2
3
4
5
6
7
#Load a tradition
data("fournival")
#Option: explore the tradition to see problems in variant locations
#PCC.Exploratory(fournival)

#Calculate disagreements
PCC.disagreement(fournival)

Jean-Baptiste-Camps/stemmatology documentation built on May 23, 2019, 10:33 p.m.