Learn R Programming

Irescale (version 2.3.0)

expectedValueI: Calculates the expected value for local I

Description

expectedValueI Calculates the expected value for local I

Usage

expectedValueI(W)

Arguments

W

Weighted Distance Matrix.

Value

Expected Value

Examples

Run this code
# NOT RUN {
W<-matrix(1:100,nrow=10,ncol=10)
evI<-expectedValueI(W)
# }

Run the code above in your browser using DataLab