IDs.Seq.Age.Groups: Random subset of sequences based on gender ratio and age...

Description Usage Arguments Value

View source: R/IDs.Seq.Age.Groups.R

Description

Random subset of sequences based on gender ratio and age groups of individuals

Usage

1
2
3
4
IDs.Seq.Age.Groups(simpact.trans.net = simpact.trans.net,
  limitTransmEvents = 7, timewindow = c(10, 40), seq.cov = 70,
  seq.gender.ratio = 0.7, age.group.15.25 = c(15, 25),
  age.group.25.40 = c(25, 40), age.group.40.50 = c(40, 50))

Arguments

simpact.trans.net

Transmission networks computed by transmission.network.builder()

limitTransmEvents

Choose transmission network with at least this amount of individuals

timewindow

Time interval in which sampling are considered

seq.cov

Sequece coverage

seq.gender.ratio

Gender imbalance ratio (women/(women+men))

age.group.15.25

Age group

age.group.25.40

Age group

age.group.40.50

Age group

Value

A vector of selected IDs


wdelva/RSimpactHelp documentation built on Dec. 26, 2019, 3:42 a.m.