rank.dist: rank-based dissimilarity matrix

Description Usage Arguments Details Value Author(s) See Also

Description

Algorithm which generates the rank based proximity matrix.

Usage

1
2
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


rrp documentation built on May 2, 2019, 5:25 p.m.

Related to rank.dist in rrp...