simulate_affiliation function

Simulate of matrix of affiliation

Simulate of matrix of affiliation

simulate_affiliation(n, m, affiliation = "uniform", no_empty_org = FALSE)

Arguments

  • n: An integer, the number of individuals
  • m: An integer, the number of organizations
  • affiliation: The type of affiliation between c("uniform", "preferential")
  • no_empty_org: A Boolean. Force all columns to have at least a 1. Must have n>mn>m.

Returns

A n×mn \times m affiliation matrix, with a unique 1 on each rows

  • Maintainer: Saint-Clair Chabert-Liddell
  • License: GPL-3
  • Last published: 2022-08-05