Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
Loading...
Searching...
No Matches
hgps::input::ProjectRequirements::Demographics Struct Reference

#include <poco.h>

Public Attributes

bool age {true}
 
bool gender {true}
 
bool region {false}
 
bool ethnicity {false}
 
std::optional< int > max_age_for_linear_models
 
std::string gender2 {"male"}
 Which sex gets value 1 for the gender2 CSV regression row ("male" or "female").
 

Member Data Documentation

◆ age

bool hgps::input::ProjectRequirements::Demographics::age {true}

◆ ethnicity

bool hgps::input::ProjectRequirements::Demographics::ethnicity {false}

◆ gender

bool hgps::input::ProjectRequirements::Demographics::gender {true}

◆ gender2

std::string hgps::input::ProjectRequirements::Demographics::gender2 {"male"}

Which sex gets value 1 for the gender2 CSV regression row ("male" or "female").

◆ max_age_for_linear_models

std::optional<int> hgps::input::ProjectRequirements::Demographics::max_age_for_linear_models

Optional. If set and > 0, cap age to this value in linear models (age/age2/age3). Else no cap.

◆ region

bool hgps::input::ProjectRequirements::Demographics::region {false}

The documentation for this struct was generated from the following file: