rank.dist {rrp}R Documentation

rank-based dissimilarity matrix

Description

Algorithm which generates the rank based proximity matrix.

Usage

rank.dist(X, msplit = 2, cut.in = 0, 
   thr=0.75, weights, asdist=FALSE, verbose = 0)

Arguments

X a data.frame object
msplit minimum split parameter
cut.in number of breaks in which to cut continuous variables
thr a threshold to keep only the proximities greater than the threshold
weights a vector of weights
asdist if TRUE returns an object of class dist otherwise a list of the same length of the data frame
verbose if greater than 1 some information is printed

Details

This algorithm allows for missing data in X.

Value

an object of class list or dist

Author(s)

S.M. Iacus

See Also

rrp.dist


[Package rrp version 2.9 Index]