Summarise the information of a strata file or object. Used internally in radiator and might be of interest for users.

summary_strata(strata)

Arguments

strata

(path or object) The strata file or object.

Value

  1. Number of strata/populations

  2. Number of individuals

  3. Number of individuals per populations

  4. Number of duplicate ids.

Examples

if (FALSE) {
radiator::summary_strata(strata)
}