Microsimulation API
|
Classes | |
class | SimplePerson |
Enumerations | |
enum | state_t { Healthy, Cancer } |
enum | event_t { toOtherDeath, toCancer, toCancerDeath } |
Functions | |
double | b_weibull (double mean, double a, double rr=1.0) |
RcppExport SEXP | callIllnessDeath (SEXP parms) |
Variables | |
EventReport< short, short, double > | report |
double | cure |
double | zsd |
Enumerator | |
---|---|
toOtherDeath | |
toCancer | |
toCancerDeath |
Definition at line 11 of file illness-death.cpp.
Enumerator | |
---|---|
Healthy | |
Cancer |
Definition at line 9 of file illness-death.cpp.
double illnessDeath::b_weibull | ( | double | mean, |
double | a, | ||
double | rr = 1.0 |
||
) |
Definition at line 17 of file illness-death.cpp.
RcppExport SEXP illnessDeath::callIllnessDeath | ( | SEXP | parms | ) |
Definition at line 73 of file illness-death.cpp.
double illnessDeath::cure |
Definition at line 14 of file illness-death.cpp.
EventReport<short,short,double> illnessDeath::report |
Definition at line 13 of file illness-death.cpp.
double illnessDeath::zsd |
Definition at line 14 of file illness-death.cpp.