Learn R Programming

PoDBAY (version 1.4.3)

getNondiseasedCount: Non-diseased count

Description

Function calculates the number of non-diseased subjects (disease status = FALSE) in the Population-class object.

Arguments

Value

numeric: number of the non-diseased subjects in the Population-class object

Details

Input into the function, "diseaseStatus", is taken from the Population-class object attribute. Information about disease status is written into the Population-class object by the ClinicalTrial() function.