group_size function

Statistics on the size of groups in a partition

Statistics on the size of groups in a partition

This function computes the average or the standard deviation of the size of groups in a partition.

group_size(partition, stat)

Arguments

  • partition: A partition (vector)
  • stat: The statistic to compute : 'avg' for average and 'sd' for standard deviation

Returns

A number corresponding to the correlation coefficient if the attribute is numerical or the correlation ratio if the attribute is categorical.

Examples

p <- c(1,2,2,3,3,4,4,4,5) group_size(p,'avg') group_size(p,'sd')
  • Maintainer: Marion Hoffman
  • License: GPL (>= 3)
  • Last published: 2024-05-10