cancer_detection#

class cancer_detection(symp_prob=0.01, treat_prob=0.01, product=None, **kwargs)[source]#

Bases: Analyzer

Cancer detection via symptoms

Parameters:
  • symp_prob – Probability of having cancer detected via symptoms, rather than screening

  • treat_prob – Probability of receiving treatment for those with symptom-detected cancer

Methods

apply(sim)[source]#

Check for new cancer detection, treat subset of detected cancers