specificities.probabilities: Calculate specificity probabilities

specificities.probabilitiesR Documentation

Calculate specificity probabilities

Description

Utility function computing specificity probabilities for the specificities function.

Usage

specificities.probabilities(lexicaltable, types = NULL, parts = NULL)

Arguments

lexicaltable

see specificities

types

see specificities

parts

see specificities

Value

Returns a matrix of signed specificity probabilities (between -1.0 and 1.0). By convention:

sign

The sign indicates if the observed frequency is lower (minus) or higher (plus) than the mode of the specificity model

.Machine$double.xmin limit

-10.0 and 10.0 values are used to hold the sign when the zero/.Machine$double.xmin boundary line has been crossed (the phyper function always returns 0.0)

See Also

see specificities.


textometry documentation built on May 17, 2022, 5:08 p.m.