n_subjects
Specifies the number of subjects (individuals) in a simulation.
Description
n_subjects = n sets the number of subjects to n.
Examples
sets the number of subjects to 100.
@variables p = 50
n_subjects = 100 + p
sets the number of subjects to 150.