PMulti: A function to compute multigroup normalised exposure (PMulti)

View source: R/SegFunctions.R

PMultiR Documentation

A function to compute multigroup normalised exposure (PMulti)

Description

The multigroup normalised isolation index is a multigroup version of the isolation index (xPx)

Usage

PMulti(x)

Arguments

x

an object of class matrix (or which can be coerced to that class), where each column represents the distribution of a group within spatial units. The number of columns should be greater than 1 (at least 2 groups are required). You should not include a column with total population, because this will be interpreted as a group.

Value

The multigroup normalised isolation index value (numeric)

References

James, F. J. (1986) A New Generalized 'Exposure-Based' Segregation Index. Sociological Methods and Research, 14, pp. 301-316

Reardon S. F. and G. Firebaugh (2002) Measures of multigroup Segregation. Sociological Methodology, 32(1), pp 33-67

See Also

multigroup indices: GiniMulti, DMulti, HMulti, CMulti, RelDivers

Social diversity indices: HShannon, NShannon, ISimpson,

Examples

x <- segdata@data[ ,1:2]
PMulti(x) 

OasisR documentation built on April 3, 2025, 5:58 p.m.

Related to PMulti in OasisR...