
Last chance! 50% off unlimited learning
Sale ends in
Finds subjects related to same cluster
cluster.index(
clusters,
index.type = FALSE,
num = NULL,
Rindex = 0,
mat = NULL,
return.all = FALSE,
code.na = NA
)
list of indeces
if TRUE then already list of integers of index.type
to get numbering according to num-type in separate columns
index starts with 1, in C is it is 0
to return matrix of indeces
return all arguments
how to code missing values
Klaus Holst, Thomas Scheike
Cluster indeces
familycluster.index familyclusterWithProbands.index
i<-c(1,1,2,2,1,3)
d<- cluster.index(i)
print(d)
type<-c("m","f","m","c","c","c")
d<- cluster.index(i,num=type,Rindex=1)
print(d)
Run the code above in your browser using DataLab